From e6d4d57f080f2c29927d4de37b27db84f4bf9682 Mon Sep 17 00:00:00 2001 From: Wyatt Nielsen <wyatt.nielsen@parivedasolutions.com> Date: Tue, 14 Jan 2020 10:25:17 -0600 Subject: [PATCH] Update version numbers to Snapshot --- indexer-core/pom.xml | 8 ++++---- pom.xml | 2 +- provider/indexer-aws/pom.xml | 8 ++++---- provider/indexer-azure/pom.xml | 8 ++++---- provider/indexer-gcp/pom.xml | 8 ++++---- testing/indexer-test-aws/pom.xml | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml index 3ff2235f3..cc71ba370 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 1b5e64e25..78914b912 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 872ab2398..1135aac0b 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 e7f2b0aea..f4502a598 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 67a055275..9527a032a 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 805e9c8cf..9bce560e3 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 --> -- GitLab