diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-15 10:12:39 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-15 10:18:28 +0200 |
commit | 9572e2714d1f4a2b0f75a98b63316705f8fa046d (patch) | |
tree | 9ef3d6864fbeae9a64297cf826a4e0b486e20a40 /common | |
parent | a5846cd36101fba5acdf511480fdbdf2f17f039a (diff) |
Bump versions to SNAPSHOT
This reverts commit a5846cd36101fba5acdf511480fdbdf2f17f039a.
Change-Id: Ie02435307b2ab6e4627758ff6ab0071de4966339
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/api-parent/pom.xml | 4 | ||||
-rw-r--r-- | common/checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | common/impl-parent/pom.xml | 4 | ||||
-rw-r--r-- | common/minimal-assembly-descriptor/pom.xml | 2 | ||||
-rw-r--r-- | common/minimal-distribution-parent/pom.xml | 4 | ||||
-rw-r--r-- | common/pom.xml | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 06dced208..72e0b25b6 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> <packaging>pom</packaging> <build> @@ -89,7 +89,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index 21a163b63..a9d789f0b 100644 --- a/common/checkstyle/pom.xml +++ b/common/checkstyle/pom.xml @@ -10,6 +10,6 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> </project> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 1dce9af85..71566e6d7 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -94,7 +94,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-checkstyle</artifactId> <!-- Hardcoded version to prevent archetype generated projects to use their own project version --> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> </dependency> <!-- Necessary for logging checks --> <dependency> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index 973dedf27..24b4e722f 100644 --- a/common/minimal-assembly-descriptor/pom.xml +++ b/common/minimal-assembly-descriptor/pom.xml @@ -17,7 +17,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> <name>${project.artifactId}</name> <modelVersion>4.0.0</modelVersion> diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 0ff30da96..02356cb75 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -53,7 +53,7 @@ done <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> <packaging>pom</packaging> <!-- Generate executable shell script --> @@ -200,7 +200,7 @@ done <dependency> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-assembly-descriptor</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index f94218c82..5222ac96b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -17,7 +17,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-common-aggregator</artifactId> - <version>1.16.9-RC2</version> + <version>1.16.9-SNAPSHOT</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |