diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml index a7372be4e07f70fc6312a0ab25a63939510f897b..e3191a915662e3926da3ea7c2cb234f47a5163e5 100644 --- a/indexer-core/pom.xml +++ b/indexer-core/pom.xml @@ -5,11 +5,11 @@ <parent> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-service</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>indexer-core</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <name>indexer-core</name> <description>Indexer Service Core</description> <packaging>jar</packaging> @@ -18,7 +18,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.9-SNAPSHOT</version> + <version>0.0.10-SNAPSHOT</version> </dependency> <!-- spring boot dependencies --> diff --git a/pom.xml b/pom.xml index 78914b912d683e7812afc6bf57f6a866f26e3885..5d1edbd061178c4ecb48fc10b18fb8a8ce322fcb 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-service</artifactId> <packaging>pom</packaging> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <description>Indexer Service</description> <properties> diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml index 1135aac0b7560c0aeb15d9d9959d5b56ad8ee860..d20ae8053ae905ddaf8e78dec72dfa593f443d52 100644 --- a/provider/indexer-aws/pom.xml +++ b/provider/indexer-aws/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-service</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -39,17 +39,17 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.9-SNAPSHOT</version> + <version>0.0.10-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-core</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>aws-osdu-util</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.0.6-SNAPSHOT</version> </dependency> <!-- AWS managed packages --> diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml index d9995ba516a165f4f2f5dc97be3edefe3780fb38..dcf945891515d81ab77f2c63017cdf7065d9400e 100644 --- a/provider/indexer-azure/pom.xml +++ b/provider/indexer-azure/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-service</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>indexer-azure</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <name>indexer-azure</name> <description>Indexer Service Azure</description> <packaging>jar</packaging> @@ -98,12 +98,12 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.9-SNAPSHOT</version> + <version>0.0.10-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-core</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/indexer-gcp/pom.xml b/provider/indexer-gcp/pom.xml index 95effcbb866ae127719c89e0ad998058f57d3fb1..f415e9fa1f47800203854cd5eabafcfc1eaf00da 100644 --- a/provider/indexer-gcp/pom.xml +++ b/provider/indexer-gcp/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-service</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>indexer-gcp</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <name>indexer-gcp</name> <description>Indexer Service GCP App Engine</description> <packaging>jar</packaging> @@ -32,19 +32,19 @@ <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-core</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.1.13-SNAPSHOT</version> + <version>0.1.14-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.9-SNAPSHOT</version> + <version>0.0.10-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/indexer-test-aws/pom.xml b/testing/indexer-test-aws/pom.xml index 9bce560e337544a80e4f76b9ac7a3097a95035a1..6a62fa0972ce07fdc739637f5ca1d3304a82b412 100644 --- a/testing/indexer-test-aws/pom.xml +++ b/testing/indexer-test-aws/pom.xml @@ -22,7 +22,7 @@ <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-test-aws</artifactId> - <version>0.0.1</version> + <version>0.0.2-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -37,14 +37,14 @@ <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-test-core</artifactId> - <version>0.0.1</version> + <version>0.0.2-SNAPSHOT</version> </dependency> <!-- AWS specific packages --> <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>aws-osdu-util</artifactId> - <version>0.0.5-SNAPSHOT</version> + <version>0.0.6-SNAPSHOT</version> </dependency> <!-- AWS managed packages --> diff --git a/testing/indexer-test-core/pom.xml b/testing/indexer-test-core/pom.xml index 0bb88fd2f3b463471d0597909aa34e3dfdbfcde8..b742e30c33cd03d032841253eb421a9b812c4b03 100644 --- a/testing/indexer-test-core/pom.xml +++ b/testing/indexer-test-core/pom.xml @@ -6,7 +6,7 @@ <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-test-core</artifactId> - <version>0.0.1</version> + <version>0.0.2-SNAPSHOT</version> <properties> <maven.compiler.target>1.8</maven.compiler.target> @@ -18,7 +18,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.9-SNAPSHOT</version> + <version>0.0.10-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/indexer-test-gcp/pom.xml b/testing/indexer-test-gcp/pom.xml index e51248f384e278556dabffb8f4757541d458c12c..12ac773f9139cf5d22c230264255652f74d75f4a 100644 --- a/testing/indexer-test-gcp/pom.xml +++ b/testing/indexer-test-gcp/pom.xml @@ -7,7 +7,7 @@ <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-test-gcp</artifactId> - <version>0.0.1</version> + <version>0.0.2-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -32,7 +32,7 @@ <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-test-core</artifactId> - <version>0.0.1</version> + <version>0.0.2-SNAPSHOT</version> </dependency> <!-- Cucumber -->