diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-06 16:17:15 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-08 11:45:48 +0000 |
commit | 6fc04f8bf3ed13f14664de8b5b4e1f159a189521 (patch) | |
tree | a1a1f416627a0b43e524cb1dc2596fecdfc9d8a3 /common | |
parent | 49a8666711f62edf78ed59272a7446899c397922 (diff) |
Bump versions to RC1v1.16.9-RC1
Change-Id: I81bed6b833c9b3319c7b474c8f85fed2c6896db7
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 72e0b25b6..a28a79ddd 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-SNAPSHOT</version> + <version>1.16.9-RC1</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-SNAPSHOT</version> + <version>1.16.9-RC1</version> </dependency> <!-- Necessary for logging checks --> <dependency> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index a9d789f0b..9751f896e 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-SNAPSHOT</version> + <version>1.16.9-RC1</version> </project> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 71566e6d7..c9267995a 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-SNAPSHOT</version> + <version>1.16.9-RC1</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-SNAPSHOT</version> + <version>1.16.9-RC1</version> </dependency> <!-- Necessary for logging checks --> <dependency> diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index 24b4e722f..d1ddf27f6 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-SNAPSHOT</version> + <version>1.16.9-RC1</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 02356cb75..bfb63b024 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-SNAPSHOT</version> + <version>1.16.9-RC1</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-SNAPSHOT</version> + <version>1.16.9-RC1</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 5222ac96b..fb9f2b884 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-SNAPSHOT</version> + <version>1.16.9-RC1</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> |