diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml index 3ff2235f3bdebf3ea68757ad2d6392a8ad8491b1..cc71ba37027e4f70e99847314d7884f0d441d314 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.2</version> + <version>1.0.3-SNAPSHOT</version> </parent> <artifactId>indexer-core</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> <name>indexer-core</name> <description>Indexer Service Core</description> <packaging>jar</packaging> @@ -18,12 +18,12 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.8</version> + <version>0.0.9-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>indexer-search-core-lib</artifactId> - <version>1.0.22</version> + <version>1.0.23-SNAPSHOT</version> </dependency> <!-- spring boot dependencies --> diff --git a/pom.xml b/pom.xml index 1b5e64e2597f7ff0de567e0d7e98b12cc9b42d38..78914b912d683e7812afc6bf57f6a866f26e3885 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.2</version> + <version>1.0.3-SNAPSHOT</version> <description>Indexer Service</description> <properties> diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml index 872ab23987ffc5ce3fc4e3b2f5810899ac1ac504..1135aac0b7560c0aeb15d9d9959d5b56ad8ee860 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.2</version> + <version>1.0.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -39,17 +39,17 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.8</version> + <version>0.0.9-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-core</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>aws-osdu-util</artifactId> - <version>0.0.4</version> + <version>0.0.5-SNAPSHOT</version> </dependency> <!-- AWS managed packages --> diff --git a/provider/indexer-azure/pom.xml b/provider/indexer-azure/pom.xml index e7f2b0aeac8477fbbfeba58eb642a10cceb7b0e2..f4502a59860302d945f0d401173c1766c2e9ca40 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.2</version> + <version>1.0.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>indexer-azure</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> <name>indexer-azure</name> <description>Indexer Service Azure</description> <packaging>jar</packaging> @@ -93,12 +93,12 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.0.8</version> + <version>0.0.9-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-core</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> diff --git a/provider/indexer-gcp/pom.xml b/provider/indexer-gcp/pom.xml index 67a055275ff98c1f49548ef8c4208f0789498cd2..9527a032af5c51053b414b554f6fa55a63445712 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.2</version> + <version>1.0.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>indexer-gcp</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> <name>indexer-gcp</name> <description>Indexer Service GCP App Engine</description> <packaging>jar</packaging> @@ -32,13 +32,13 @@ <dependency> <groupId>org.opengroup.osdu.indexer</groupId> <artifactId>indexer-core</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.1.12</version> + <version>0.1.13-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/indexer-test-aws/pom.xml b/testing/indexer-test-aws/pom.xml index 805e9c8cf2b72c2b003404203b66a26ecb4f58c9..9bce560e337544a80e4f76b9ac7a3097a95035a1 100644 --- a/testing/indexer-test-aws/pom.xml +++ b/testing/indexer-test-aws/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>aws-osdu-util</artifactId> - <version>0.0.4</version> + <version>0.0.5-SNAPSHOT</version> </dependency> <!-- AWS managed packages -->