From 9b1c48c6c6080d395da5b56df1f3c89c7d97f8c7 Mon Sep 17 00:00:00 2001 From: Marc Burnie <mburnie@amazon.com> Date: Sat, 22 Feb 2025 05:25:34 +0000 Subject: [PATCH] Update version of default branch to 0.29.0-SNAPSHOT [ci skip] --- notification-acceptance-test/pom.xml | 4 ++-- notification-core-plus/pom.xml | 4 ++-- notification-core/pom.xml | 2 +- pom.xml | 2 +- provider/notification-aws/pom.xml | 4 ++-- provider/notification-azure/pom.xml | 4 ++-- provider/notification-gc/pom.xml | 4 ++-- provider/notification-ibm/pom.xml | 4 ++-- .../notification-test-aws/build-aws/push-endpoint/pom.xml | 2 +- testing/notification-test-aws/pom.xml | 6 +++--- testing/notification-test-azure/pom.xml | 6 +++--- testing/notification-test-baremetal/pom.xml | 6 +++--- testing/notification-test-core/pom.xml | 4 ++-- testing/notification-test-gc/pom.xml | 6 +++--- testing/notification-test-ibm/pom.xml | 6 +++--- testing/pom.xml | 2 +- 16 files changed, 33 insertions(+), 33 deletions(-) diff --git a/notification-acceptance-test/pom.xml b/notification-acceptance-test/pom.xml index bd3ee4ff1..7bb841e41 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 81f3c4c67..5258322d0 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 6c5928cd3..c00ca67d7 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 339ea56d5..94bb9de9d 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 8910a386b..20a5f9227 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 00d83f5e7..403ff2329 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 236c49815..029297471 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 7f0a83f06..c1aefa731 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 132abd2eb..33d125761 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 ac01b9717..f35c2c63f 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 0f9fee0ca..40d887d33 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 d30e18858..dcb7a005c 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 734d35147..3c2f73ec4 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 981ece8fa..81740e208 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 af8c1b317..b45c1b173 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 bf547784f..ab7832520 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> -- GitLab