diff --git a/partition-acceptance-test/pom.xml b/partition-acceptance-test/pom.xml index dfe72afb7432133d35f35269e9e00735e9977c39..837a6c227bb076c782d785bf08ca97e63b894660 100644 --- a/partition-acceptance-test/pom.xml +++ b/partition-acceptance-test/pom.xml @@ -20,7 +20,7 @@ <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-acceptance-test</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/partition-core-plus/pom.xml b/partition-core-plus/pom.xml index 59fa6556ef8262012272b002b978b3997fda657b..ad40b33bed44804f0e2fa76aab7414c7ff12cc8e 100644 --- a/partition-core-plus/pom.xml +++ b/partition-core-plus/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>partition</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </parent> <artifactId>partition-core-plus</artifactId> @@ -31,7 +31,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> @@ -51,7 +51,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/partition-core/pom.xml b/partition-core/pom.xml index e447b3d7c261ed703c3338d6de3ec23f198b906b..f1415647e4981c14963384ce8aec844be99cbcd1 100644 --- a/partition-core/pom.xml +++ b/partition-core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>partition</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 47c650642854b9c79b9087b8b1565e886b7f3166..224dea592747c22622a12e6aadfc7336fcdb085b 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>partition</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <description>Partition Service</description> <packaging>pom</packaging> diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index 60c2d94f3697b83bcb5fd91e1cfcf3660d8bbf54..ec6e760cbbe1933b0855f8be2a8b2ac8bdc894e2 100644 --- a/provider/partition-aws/pom.xml +++ b/provider/partition-aws/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -57,7 +57,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <!-- AWS managed packages --> diff --git a/provider/partition-azure/pom.xml b/provider/partition-azure/pom.xml index 39f0b169b7f53f68338d9a0acd97caf1a2d41e47..1867a73f44c0fa60f92a6362cf099b1461d5f3fa 100644 --- a/provider/partition-azure/pom.xml +++ b/provider/partition-azure/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>partition</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/partition-gc/pom.xml b/provider/partition-gc/pom.xml index 6cbed9611d6445fa7403f38847a678edfdd17e30..56aca54cf1dac6dbda75f63c3d0b5fa250f7dd82 100644 --- a/provider/partition-gc/pom.xml +++ b/provider/partition-gc/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <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>partition-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/partition-ibm/pom.xml b/provider/partition-ibm/pom.xml index e2005394a06085d08eada57f77323d3dd72e9c6f..0a86c5d261aff377600e2c3a602d0f92b4f12a00 100644 --- a/provider/partition-ibm/pom.xml +++ b/provider/partition-ibm/pom.xml @@ -9,7 +9,7 @@ <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -79,7 +79,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>partition-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>net.minidev</groupId> diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index 6a019eaa5679599463304e7a13de63be5ced85ef..3eb5b57529bfa81d03a773971634403ecc5026d1 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <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.partition</groupId> <artifactId>partition-test-aws</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -60,7 +60,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/partition-test-azure/pom.xml b/testing/partition-test-azure/pom.xml index 013479d9023aea3a6719ed89980ee8f40454d416..1d61a82096fd8100f1ebfec0b67f6aca34377a2a 100644 --- a/testing/partition-test-azure/pom.xml +++ b/testing/partition-test-azure/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-azure</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -65,7 +65,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/partition-test-baremetal/pom.xml b/testing/partition-test-baremetal/pom.xml index 2c5d006d2421d33864dc9c6d30d93999710e4a16..1cabce121bea0fb9a9edd7c3a0627659abf0d038 100644 --- a/testing/partition-test-baremetal/pom.xml +++ b/testing/partition-test-baremetal/pom.xml @@ -22,13 +22,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-baremetal</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -42,7 +42,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-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/partition-test-core-plus/pom.xml b/testing/partition-test-core-plus/pom.xml index 51226ed20e17e8285b48eb5327d6e015403914bd..3b4e62c2abf16d7e2b2b1494732dfae024ed6104 100644 --- a/testing/partition-test-core-plus/pom.xml +++ b/testing/partition-test-core-plus/pom.xml @@ -22,13 +22,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core-plus</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -42,12 +42,12 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <!-- <dependency>--> <!-- <groupId>org.opengroup.osdu</groupId>--> <!-- <artifactId>apd-openid</artifactId>--> -<!-- <version>0.28.0-SNAPSHOT</version>--> +<!-- <version>0.29.0-SNAPSHOT</version>--> <!-- </dependency>--> <dependency> <groupId>com.nimbusds</groupId> diff --git a/testing/partition-test-core/pom.xml b/testing/partition-test-core/pom.xml index d92a4ac77aaf117493e17b2690ae73b9a9cef695..824b80a3d2ebe2732be243e2e1a42b1f6a6fe43e 100644 --- a/testing/partition-test-core/pom.xml +++ b/testing/partition-test-core/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/testing/partition-test-gc/pom.xml b/testing/partition-test-gc/pom.xml index 7e05640fcbf804d7b99c956e09680eebc7b17039..7f943f166b13e32c5a02b44df3fde16eeb7cff63 100644 --- a/testing/partition-test-gc/pom.xml +++ b/testing/partition-test-gc/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-gc</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -57,7 +57,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/partition-test-ibm/pom.xml b/testing/partition-test-ibm/pom.xml index f285f9f8d6f33c8c36efbc5adf2841a2ecb0f420..aba05849057d870b15a1c2faf19fe2fc8d84054b 100644 --- a/testing/partition-test-ibm/pom.xml +++ b/testing/partition-test-ibm/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-ibm</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -68,7 +68,7 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/pom.xml b/testing/pom.xml index 35b9875db0bc0d263328bfef96632ced151bb50f..cb3fadd3b33b5b4df088011cc1b93a306ceb0a17 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-partition-testing</artifactId> - <version>0.28.0-SNAPSHOT</version> + <version>0.29.0-SNAPSHOT</version> <description>Root partition test project</description> <packaging>pom</packaging>