diff --git a/notification-core/pom.xml b/notification-core/pom.xml index b661b900a07bc2b33cc569bd6cc10bb540fd5df1..77a11807df697487f4f31cf6068180cca03c359e 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-core</name> <description>Core module for the notification service</description> <packaging>jar</packaging> @@ -27,7 +27,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 3242cd709e6f60548583b957e5ae2618fe1cd9e0..66036373a29276c9358b6fa48f92d1bfd59e93a1 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.16.0-SNAPSHOT</version> + <version>0.17.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 ddbc7390d49855a480b91c5e8f66b5f773518f3b..e3710631360356222955514355e093fee37805b3 100644 --- a/provider/notification-aws/pom.xml +++ b/provider/notification-aws/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-aws</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-aws</name> <description>AWS implementation for Notification service</description> <packaging>jar</packaging> @@ -27,7 +27,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -85,7 +85,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/notification-azure/pom.xml b/provider/notification-azure/pom.xml index ab56aba3f692d69dcbcf31375d9e4cda35f4d775..a22e8ef1cf6fd469385286a921d40f6ff36d1445 100644 --- a/provider/notification-azure/pom.xml +++ b/provider/notification-azure/pom.xml @@ -18,7 +18,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>notification-azure</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-azure</name> <description>Azure implementation for Notification service</description> <packaging>jar</packaging> @@ -26,7 +26,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -35,7 +35,7 @@ <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> <jacoco-maven-plugin.version>0.8.2</jacoco-maven-plugin.version> - <osdu.notification-core.version>0.16.0-SNAPSHOT</osdu.notification-core.version> + <osdu.notification-core.version>0.17.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-gcp/pom.xml b/provider/notification-gcp/pom.xml index a0b7901e413fbb4e15ddf30fe62bf2c2e6b430ef..2b221e4559fcc2131e77cf7dab15633ffb3509d8 100644 --- a/provider/notification-gcp/pom.xml +++ b/provider/notification-gcp/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-gcp</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-gcp</name> <description>GCP implementation for Notification service</description> <packaging>jar</packaging> @@ -26,7 +26,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -50,7 +50,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/notification-ibm/pom.xml b/provider/notification-ibm/pom.xml index 914b68a930091e202f25faa5a61df6a1f27a747a..fb893706b7dcc64172231e9c523691ae66572ab1 100644 --- a/provider/notification-ibm/pom.xml +++ b/provider/notification-ibm/pom.xml @@ -16,7 +16,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-ibm</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-ibm</name> <description>IBM implementation for Notification service</description> <packaging>jar</packaging> @@ -24,7 +24,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -84,7 +84,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>io.netty</groupId> diff --git a/provider/notification-reference/pom.xml b/provider/notification-reference/pom.xml index a4d22a17a291a92a020fe12e81cb144884faf74e..4b1e1157eea82eadcd602ad69adaee388c8777d5 100644 --- a/provider/notification-reference/pom.xml +++ b/provider/notification-reference/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-reference</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -35,7 +35,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/notification-test-anthos/pom.xml b/testing/notification-test-anthos/pom.xml index 61865ad75e1b8fa5feb24caef20b02c6ad24303f..5f18587a77ada3f09f1effc1935196eba08311b8 100644 --- a/testing/notification-test-anthos/pom.xml +++ b/testing/notification-test-anthos/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>notification-test-anthos</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-test-anthos</name> <description>Integration tests Anthos for notification</description> <packaging>jar</packaging> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/notification-test-aws/pom.xml b/testing/notification-test-aws/pom.xml index 41a6497a66486fa123ca6cdc99b561ebb2fa3150..2905f132b8124f39ba2c75a558653f74f517f569 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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-test-aws</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-test-aws</name> <description>AWS Integration tests for Notification Service</description> <packaging>jar</packaging> @@ -54,7 +54,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/notification-test-azure/pom.xml b/testing/notification-test-azure/pom.xml index 27062c156aaa5283a97ea16a15ffd498b64c6cbe..89d750b908686ca1bedd74bad57281d05122a17d 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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-test-azure</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml index 4486ef88fde5c0c3f7c3192f79cbcdeb548ebf68..ce46b9d727e7ccdb763af9c44fcb44d1a0bbe0b4 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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-test-core</name> <description>Integration tests core for notification</description> <packaging>jar</packaging> diff --git a/testing/notification-test-gcp/pom.xml b/testing/notification-test-gcp/pom.xml index ef2cdf2d327e18ead70c5cda13f33678938169ba..f52fc0b9245476318998172f80860929c66a372d 100644 --- a/testing/notification-test-gcp/pom.xml +++ b/testing/notification-test-gcp/pom.xml @@ -21,12 +21,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-notification-testing</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>notification-test-gcp</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <name>notification-test-gcp</name> <description>Integration tests GCP for notification</description> <packaging>jar</packaging> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu.notification</groupId> <artifactId>notification-test-core</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.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 89772c311648b9242b992d8c97d0a28f1d641f15..ba54fc06be0172518b5e5beedfdbffd8aea9ecf9 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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu</groupId> <artifactId>notification-test-ibm</artifactId> - <version>0.16.0-SNAPSHOT</version> + <version>0.17.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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/pom.xml b/testing/pom.xml index d3a3bdaa79d807f2e6fad852deb27a361bfb958e..bf4116e5469cf08e051376be891cae0bff1fdfaf 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.16.0-SNAPSHOT</version> + <version>0.17.0-SNAPSHOT</version> <description>Root Notification Service project</description> <packaging>pom</packaging>