diff --git a/notification-acceptance-test/pom.xml b/notification-acceptance-test/pom.xml index bd3ee4ff18ac245e10da466da35e0fdea4903072..7bb841e41c763f8e112b63cd7b9cabb2ca6f1c01 100644 --- a/notification-acceptance-test/pom.xml +++ b/notification-acceptance-test/pom.xml @@ -19,13 +19,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-acceptance-test</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-acceptance-test</name> <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/notification-core-plus/pom.xml b/notification-core-plus/pom.xml index 81f3c4c67e230e03721cdbf1e1fc69368fbe869b..5258322d085516cee2e4e0394c42b19034d1bf2c 100644 --- a/notification-core-plus/pom.xml +++ b/notification-core-plus/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -68,7 +68,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 6c5928cd3c1082a80671f79f2b5019d275c96a7b..c00ca67d7c94f0e13af459a460b40f373e93d1ed 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 339ea56d55e422450f47a40cac019c0644d8d00f..94bb9de9dc4fb3b2864a855e4438476ae3e14ff8 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <description>Root Notification Service project</description> <properties> diff --git a/provider/notification-aws/pom.xml b/provider/notification-aws/pom.xml index 8910a386b5bad4b8ff967592dd67776fc3f6e135..20a5f92272dcab0f3724702cd827485cc33efe60 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -75,7 +75,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>io.netty</groupId> diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index 00d83f5e7f0146915c42d5686ea1a99fb65e8450..403ff2329ed5320129d5f56b12504a6822586483 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -25,13 +25,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <properties> <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version> - <osdu.notification-core.version>0.28.0-SNAPSHOT</osdu.notification-core.version> + <osdu.notification-core.version>0.29.0-SNAPSHOT</osdu.notification-core.version> <springframework.version>4.3.0.RELEASE</springframework.version> <reactor.netty.version>0.11.0.RELEASE</reactor.netty.version> <reactor.core.version>3.3.0.RELEASE</reactor.core.version> diff --git a/provider/notification-gc/pom.xml b/provider/notification-gc/pom.xml index 236c4981509794ca307d1073c12e3c6cf8ba9e41..0292974717336191087232ec1ea7c5b2ff5cba88 100644 --- a/provider/notification-gc/pom.xml +++ b/provider/notification-gc/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -38,7 +38,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core-plus</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>ch.qos.logback.contrib</groupId> diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 7f0a83f06f163782f1b25f2a6ef265018ea2df0b..c1aefa7317f06af8c31b85113976bcf306788ee5 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -97,7 +97,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>io.netty</groupId> diff --git a/testing/notification-test-aws/build-aws/push-endpoint/pom.xml b/testing/notification-test-aws/build-aws/push-endpoint/pom.xml index 132abd2eb00748888d9ed6cdb65591f6621ed99f..33d125761948bd704f2a4b2a9e1739ec6f04ad37 100644 --- a/testing/notification-test-aws/build-aws/push-endpoint/pom.xml +++ b/testing/notification-test-aws/build-aws/push-endpoint/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <groupId>org.example</groupId> <artifactId>notification-push-endpoint</artifactId> <packaging>jar</packaging> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <parent> <groupId>org.springframework.boot</groupId> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index ac01b97177398c16c0d94838aaa5981d08f27a29..f35c2c63ffafd941013c54368e3024b23c32cdfc 100644 --- a/testing/notification-test-aws/pom.xml +++ b/testing/notification-test-aws/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-test-aws</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-test-aws</name> <description>AWS Integration tests for Notification Service</description> <packaging>jar</packaging> @@ -49,7 +49,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> diff --git a/testing/notification-test-azure/pom.xml b/testing/notification-test-azure/pom.xml index 0f9fee0caab6f24d1fd5be3d991ec189283dd6a0..40d887d333ab4e48a5fa6d3265827abb777c4bbe 100644 --- a/testing/notification-test-azure/pom.xml +++ b/testing/notification-test-azure/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-test-azure</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-test-azure</name> <description>Integration tests Azure for notification</description> <packaging>jar</packaging> @@ -42,7 +42,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/notification-test-baremetal/pom.xml b/testing/notification-test-baremetal/pom.xml index d30e188580d5ca5a861ba9760e74cb35f7e2bea7..dcb7a005c67f3607582eaf15db7a965ce60e175a 100644 --- a/testing/notification-test-baremetal/pom.xml +++ b/testing/notification-test-baremetal/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>notification-test-baremetal</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-test-baremetal</name> <description>Integration tests Baremetal for notification</description> <packaging>jar</packaging> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index 734d3514733ff082e9c61fbdd13f953b74b85f35..3c2f73ec4fc29e722aae6f9a4ba8a51992d2eecd 100644 --- a/testing/notification-test-core/pom.xml +++ b/testing/notification-test-core/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-test-core</name> <description>Integration tests core for notification</description> <packaging>jar</packaging> diff --git a/testing/notification-test-gc/pom.xml b/testing/notification-test-gc/pom.xml index 981ece8fa695c5c8c88fd9bb1dc2a99d65fa3244..81740e208ecf4cb66af8e88be77266e2d6c2c0b0 100644 --- a/testing/notification-test-gc/pom.xml +++ b/testing/notification-test-gc/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>notification-test-gc</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-test-gc</name> <description>Integration tests Google Cloud for notification</description> <packaging>jar</packaging> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/notification-test-ibm/pom.xml b/testing/notification-test-ibm/pom.xml index af8c1b317afc74827ecf76317dcbf2924307aa49..b45c1b17347b039725a60a4cec9e717ac0593d0a 100644 --- a/testing/notification-test-ibm/pom.xml +++ b/testing/notification-test-ibm/pom.xml @@ -18,13 +18,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-test-ibm</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <name>notification-test-ibm</name> <description>Integration tests IBM for notification</description> <packaging>jar</packaging> @@ -45,7 +45,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/pom.xml b/testing/pom.xml index bf547784f25cd01b4ebd319f16728876e5ddedaa..ab7832520a3e4b676a359e1a4f792e46a5def61d 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <description>Root Notification Service project</description> <packaging>pom</packaging>