From d61b94ac4acf8a44e7ccc9d1011db1b869bf2f02 Mon Sep 17 00:00:00 2001 From: Marc Burnie <mburnie@amazon.com> Date: Mon, 24 Feb 2025 19:35:16 +0000 Subject: [PATCH] Update version of default branch to 0.29.0-SNAPSHOT [ci skip] --- pom.xml | 2 +- provider/storage-aws/pom.xml | 4 ++-- provider/storage-azure/pom.xml | 2 +- provider/storage-gc/pom.xml | 4 ++-- provider/storage-ibm/pom.xml | 4 ++-- storage-acceptance-test/pom.xml | 2 +- storage-core-plus/pom.xml | 4 ++-- storage-core/pom.xml | 2 +- testing/pom.xml | 2 +- testing/storage-test-aws/pom.xml | 6 +++--- testing/storage-test-azure/pom.xml | 4 ++-- testing/storage-test-baremetal/pom.xml | 4 ++-- testing/storage-test-core/pom.xml | 4 ++-- testing/storage-test-gc/pom.xml | 6 +++--- testing/storage-test-ibm/pom.xml | 6 +++--- 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 947ff7f82..d3ce2f5e9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-storage</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>pom</packaging> <description>Root Storage Service project</description> diff --git a/provider/storage-aws/pom.xml b/provider/storage-aws/pom.xml index 107c9ab20..bd89d70d1 100644 --- a/provider/storage-aws/pom.xml +++ b/provider/storage-aws/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>os-storage</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -35,7 +35,7 @@ <maven.compiler.target>17</maven.compiler.target> <maven.compiler.source>17</maven.compiler.source> <deployment.environment>dev</deployment.environment> - <version.number>0.28.0-SNAPSHOT</version.number> + <version.number>0.29.0-SNAPSHOT</version.number> </properties> diff --git a/provider/storage-azure/pom.xml b/provider/storage-azure/pom.xml index 5ca860ae1..8b9952404 100644 --- a/provider/storage-azure/pom.xml +++ b/provider/storage-azure/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>os-storage</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/provider/storage-gc/pom.xml b/provider/storage-gc/pom.xml index 2247071a0..68da1c016 100644 --- a/provider/storage-gc/pom.xml +++ b/provider/storage-gc/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-storage</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -59,7 +59,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>storage-core-plus</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/storage-ibm/pom.xml b/provider/storage-ibm/pom.xml index 28895de08..6595c1a4d 100644 --- a/provider/storage-ibm/pom.xml +++ b/provider/storage-ibm/pom.xml @@ -16,7 +16,7 @@ <parent> <artifactId>os-storage</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>storage-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.security</groupId> diff --git a/storage-acceptance-test/pom.xml b/storage-acceptance-test/pom.xml index d660b7a7c..44a50e81e 100644 --- a/storage-acceptance-test/pom.xml +++ b/storage-acceptance-test/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-acceptance-test</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/storage-core-plus/pom.xml b/storage-core-plus/pom.xml index ef73a8c7b..52c456dce 100644 --- a/storage-core-plus/pom.xml +++ b/storage-core-plus/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-storage</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -52,7 +52,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>storage-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.mockito</groupId> diff --git a/storage-core/pom.xml b/storage-core/pom.xml index 1ccfbeae3..3b6184308 100644 --- a/storage-core/pom.xml +++ b/storage-core/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-storage</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/testing/pom.xml b/testing/pom.xml index 137814d18..e88087502 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-storage-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <description>Root Storage Service project</description> <packaging>pom</packaging> diff --git a/testing/storage-test-aws/pom.xml b/testing/storage-test-aws/pom.xml index aaccbda66..716fc2d7d 100644 --- a/testing/storage-test-aws/pom.xml +++ b/testing/storage-test-aws/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>os-storage-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-aws</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -53,7 +53,7 @@ <dependency> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <!-- third party Apache 2.0 license packages --> diff --git a/testing/storage-test-azure/pom.xml b/testing/storage-test-azure/pom.xml index 59da03c11..de4ee2295 100644 --- a/testing/storage-test-azure/pom.xml +++ b/testing/storage-test-azure/pom.xml @@ -19,7 +19,7 @@ <parent> <artifactId>os-storage-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>io.jsonwebtoken</groupId> diff --git a/testing/storage-test-baremetal/pom.xml b/testing/storage-test-baremetal/pom.xml index af86b2ecb..2cf29b879 100644 --- a/testing/storage-test-baremetal/pom.xml +++ b/testing/storage-test-baremetal/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>os-storage-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -41,7 +41,7 @@ <dependency> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.nimbusds</groupId> diff --git a/testing/storage-test-core/pom.xml b/testing/storage-test-core/pom.xml index 8a9dc93f5..3aea4a357 100644 --- a/testing/storage-test-core/pom.xml +++ b/testing/storage-test-core/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>os-storage-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/testing/storage-test-gc/pom.xml b/testing/storage-test-gc/pom.xml index cf8ed7e4b..9db0d08e9 100644 --- a/testing/storage-test-gc/pom.xml +++ b/testing/storage-test-gc/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>os-storage-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -28,7 +28,7 @@ <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-gc</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -90,7 +90,7 @@ <dependency> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> <groupId>com.google.cloud</groupId> diff --git a/testing/storage-test-ibm/pom.xml b/testing/storage-test-ibm/pom.xml index 31c859b3c..ba584d13b 100644 --- a/testing/storage-test-ibm/pom.xml +++ b/testing/storage-test-ibm/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>os-storage-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -26,7 +26,7 @@ <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-ibm</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -43,7 +43,7 @@ <dependency> <groupId>org.opengroup.osdu.storage</groupId> <artifactId>storage-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> -- GitLab