diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-15 10:11:29 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-15 10:12:23 +0200 |
commit | a5846cd36101fba5acdf511480fdbdf2f17f039a (patch) | |
tree | d318c04fa6c7f5fc240e95b43ef31c4b4991aed5 | |
parent | d8489c4d78acba2ed6b470df564c5ed2e740422a (diff) |
Bump versions to RC2v1.16.9-RC2
Change-Id: Icb2d7ee58046b30a4e080456c2c2cb6417d46629
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
55 files changed, 114 insertions, 108 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 72e0b25b6..06dced208 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-RC2</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-RC2</version> </dependency> <!-- Necessary for logging checks --> <dependency> diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index a9d789f0b..21a163b63 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-RC2</version> </project> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 71566e6d7..1dce9af85 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-RC2</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-RC2</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..973dedf27 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-RC2</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..0ff30da96 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-RC2</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-RC2</version> </dependency> </dependencies> <executions> diff --git a/common/pom.xml b/common/pom.xml index 5222ac96b..f94218c82 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-RC2</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/infra/artifacts/pom.xml b/infra/artifacts/pom.xml index c58258a33..49b4091da 100644 --- a/infra/artifacts/pom.xml +++ b/infra/artifacts/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-artifacts</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml index 22b9568ee..d0e6f4b87 100644 --- a/infra/cfg-init/pom.xml +++ b/infra/cfg-init/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml index fd40ac77a..ed81c2403 100644 --- a/infra/data-api/pom.xml +++ b/infra/data-api/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>data-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 67512e70e..d332ce08c 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>data-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml index 5da1b2f60..1b3eeec05 100644 --- a/infra/impl/pom.xml +++ b/infra/impl/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> <dependency> diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index 194dc5158..68a0ca274 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-it-test</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <dependencies> <dependency> diff --git a/infra/it/pom.xml b/infra/it/pom.xml index b7e334765..466e2b52d 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -17,7 +17,7 @@ <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-it-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index 9cf4bd3d7..decbd23bc 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-test-model</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index d6bf36dc2..512bcf119 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>minimal-distribution</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>${project.artifactId}</name> <prerequisites> diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml index 9f5eb5db2..0bc4894b2 100644 --- a/infra/notification/api/pom.xml +++ b/infra/notification/api/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index 42cc45b6a..fdd80dacd 100644 --- a/infra/notification/impl/pom.xml +++ b/infra/notification/impl/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index 41c14001f..56a878765 100644 --- a/infra/notification/pom.xml +++ b/infra/notification/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>notification-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>notification</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/infra/pom.xml b/infra/pom.xml index d530d7eba..06be10c44 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>infra-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>honeycomb-infra</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml index 1205b8084..8f9f3d07b 100644 --- a/infra/translate-api/pom.xml +++ b/infra/translate-api/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml index ca5577d08..fb78b6669 100644 --- a/infra/translate-impl/pom.xml +++ b/infra/translate-impl/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> diff --git a/infra/translate-spi/pom.xml b/infra/translate-spi/pom.xml index d93afe9ac..e3049903a 100644 --- a/infra/translate-spi/pom.xml +++ b/infra/translate-spi/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-spi</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml index 4a0282a9f..108d0932f 100644 --- a/infra/translate-utils/pom.xml +++ b/infra/translate-utils/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-utils</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index df5b7b3ba..322350234 100755 --- a/lisp/api/pom.xml +++ b/lisp/api/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.lisp</groupId> <artifactId>lisp-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <properties> diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index a606527b9..b6592fb8c 100755 --- a/lisp/lisp2vpp/pom.xml +++ b/lisp/lisp2vpp/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.lisp</groupId> <artifactId>lisp2vpp</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <properties> @@ -62,7 +62,7 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-core</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <!-- DI --> diff --git a/lisp/pom.xml b/lisp/pom.xml index e55294ba2..461f6322d 100755 --- a/lisp/pom.xml +++ b/lisp/pom.xml @@ -25,7 +25,7 @@ <groupId>io.fd.honeycomb.lisp</groupId> <artifactId>lisp-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>lisp</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml index abab758f1..1706fdc22 100644 --- a/nsh/api/pom.xml +++ b/nsh/api/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vppnsh</groupId> <artifactId>vppnsh-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 58730cf90..6edf7e40e 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vppnsh</groupId> <artifactId>vppnsh-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <properties> @@ -78,12 +78,18 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <dependency> <groupId>io.fd.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> <version>16.09-SNAPSHOT</version> + <exclusions> + <exclusion> + <groupId>io.fd.vpp</groupId> + <artifactId>jvpp-registry</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>io.fd.honeycomb.vpp</groupId> diff --git a/nsh/pom.xml b/nsh/pom.xml index 2c51641d2..6aea30666 100644 --- a/nsh/pom.xml +++ b/nsh/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb.nsh</groupId> <artifactId>vppnsh-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>vppnsh</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/deb/debuild.sh b/packaging/deb/debuild.sh index 8da088d41..46072bc37 100755 --- a/packaging/deb/debuild.sh +++ b/packaging/deb/debuild.sh @@ -8,9 +8,9 @@ PACKAGING_ROOT=${DIR}/honeycomb-${VERSION} # Copy and unpack the archive with vpp-integration distribution ARCHIVE_DIR=${DIR}/../../vpp-integration/minimal-distribution/target/ -ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.16.9-SNAPSHOT-hc.tar.gz +ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.16.9-RC2-hc.tar.gz cp ${ARCHIVE} ${DIR} -ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz +ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-RC2-hc.tar.gz tar -xf ${ARCHIVE} -C ${DIR}/ # Create packaging root @@ -18,7 +18,7 @@ rm -rf ${PACKAGING_ROOT} mkdir ${PACKAGING_ROOT} # Copy contents of tar.gz -mv ${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT/ ${PACKAGING_ROOT}/ +mv ${DIR}/vpp-integration-distribution-${VERSION}-RC2/ ${PACKAGING_ROOT}/ cp -r ${DIR}/debian/ ${PACKAGING_ROOT} # Upstart configuration @@ -35,7 +35,7 @@ EOT # Install instructions cat <<EOT >> ${PACKAGING_ROOT}/debian/install -vpp-integration-distribution-${VERSION}-SNAPSHOT/* /opt/honeycomb/ +vpp-integration-distribution-${VERSION}-RC2/* /opt/honeycomb/ honeycomb.conf /etc/init/ EOT diff --git a/packaging/rpm/honeycomb.spec b/packaging/rpm/honeycomb.spec index f15d7e133..35195f170 100644 --- a/packaging/rpm/honeycomb.spec +++ b/packaging/rpm/honeycomb.spec @@ -16,7 +16,7 @@ Summary: fd.io Honeycomb Group: Applications/Communications License: Apache-1.0 URL: http://www.fd.io -Source0: vpp-integration-distribution-%{_version}-SNAPSHOT-hc.zip +Source0: vpp-integration-distribution-%{_version}-RC2-hc.zip Source1: honeycomb.service Requires: vpp, java >= 1:1.8.0 # Required for creating honeycomb group @@ -37,13 +37,13 @@ fd.io Honeycomb %prep # Extract Source0 (Honeycomb archive) -%autosetup -n vpp-integration-distribution-%{_version}-SNAPSHOT +%autosetup -n vpp-integration-distribution-%{_version}-RC2 %install # Create directory in build root for Honeycomb mkdir -p $RPM_BUILD_ROOT/opt/%name # Copy Honeycomb from archive to its dir in build root -cp -r ../vpp-integration-distribution-%{_version}-SNAPSHOT/* $RPM_BUILD_ROOT/opt/%name +cp -r ../vpp-integration-distribution-%{_version}-RC2/* $RPM_BUILD_ROOT/opt/%name # Create directory in build root for systemd .service file mkdir -p $RPM_BUILD_ROOT/%{_unitdir} # Copy Honeycomb's systemd .service file to correct dir in build root diff --git a/packaging/rpm/release b/packaging/rpm/release index c4bf723b5..a35258fed 100755 --- a/packaging/rpm/release +++ b/packaging/rpm/release @@ -1,2 +1,2 @@ #!/bin/bash -echo $BUILD_NUMBER +echo RC2 diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index dc28cddd0..38c2a44e4 100755 --- a/packaging/rpm/rpmbuild.sh +++ b/packaging/rpm/rpmbuild.sh @@ -3,7 +3,7 @@ set -xe DIR=$(dirname $0) DIR=$(readlink -f $DIR) ZIPDIR=${DIR}/../../vpp-integration/minimal-distribution/target/ -ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.16.9-SNAPSHOT-hc.zip +ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.16.9-RC2-hc.zip mkdir -p ${DIR}/SOURCES/ cp $ZIPFILE ${DIR}/SOURCES/ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/ @@ -21,7 +21,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>honeycomb-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>honeycomb</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index 998a6df3d..90238cf3f 100644 --- a/samples/interfaces/mapping/pom.xml +++ b/samples/interfaces/mapping/pom.xml @@ -17,18 +17,18 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-mapping</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.16.9-SNAPSHOT</honeycomb.infra.version> + <honeycomb.infra.version>1.16.9-RC2</honeycomb.infra.version> </properties> <dependencies> diff --git a/samples/interfaces/models/pom.xml b/samples/interfaces/models/pom.xml index 2f5d9f851..383bdd626 100644 --- a/samples/interfaces/models/pom.xml +++ b/samples/interfaces/models/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-models</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 00611d92d..6244877c7 100644 --- a/samples/interfaces/pom.xml +++ b/samples/interfaces/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb.samples.interfaces</groupId> <artifactId>interfaces-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>honeycomb-infra</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/samples/minimal-distribution/pom.xml b/samples/minimal-distribution/pom.xml index d9280257d..b7441a3c9 100644 --- a/samples/minimal-distribution/pom.xml +++ b/samples/minimal-distribution/pom.xml @@ -18,20 +18,20 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.samples.distro</groupId> <artifactId>minimal-distribution</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <properties> <exec.parameters>-Xms128m -Xmx128m</exec.parameters> <main.class>io.fd.honeycomb.samples.distro.Main</main.class> - <interfaces.mapping.version>1.16.9-SNAPSHOT</interfaces.mapping.version> - <honeycomb.min.distro.version>1.16.9-SNAPSHOT</honeycomb.min.distro.version> + <interfaces.mapping.version>1.16.9-RC2</interfaces.mapping.version> + <honeycomb.min.distro.version>1.16.9-RC2</honeycomb.min.distro.version> </properties> <build> diff --git a/samples/pom.xml b/samples/pom.xml index 4ce227e44..a8417ce26 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>samples-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>honeycomb-infra</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/tools/archetype/Readme.adoc b/tools/archetype/Readme.adoc index 0ffcd9cf9..e200eb831 100644 --- a/tools/archetype/Readme.adoc +++ b/tools/archetype/Readme.adoc @@ -4,7 +4,7 @@ Honeycomb Plugin Archetype How to use it : - archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.9-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.9-RC2 This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index d19c46469..30f54493c 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,13 +5,13 @@ <parent> <artifactId>honeycomb-tools</artifactId> <groupId>io.fd.honeycomb.tools</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.tools</groupId> <artifactId>honeycomb-plugin-archetype</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>jar</packaging> </project>
\ No newline at end of file diff --git a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 579f0524f..6787be28c 100644 --- a/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/tools/archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -6,7 +6,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <requiredProperties> <requiredProperty key="version"> - <defaultValue>1.16.9-SNAPSHOT</defaultValue> + <defaultValue>1.16.9-RC2</defaultValue> </requiredProperty> </requiredProperties> diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml index d8f5ec298..8e5cd7d75 100644 --- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml +++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-api/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml index 8a073e570..c4cd817d9 100644 --- a/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml +++ b/tools/archetype/src/main/resources/archetype-resources/__rootArtifactId__-impl/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -26,7 +26,7 @@ <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.16.9-SNAPSHOT</honeycomb.infra.version> + <honeycomb.infra.version>1.16.9-RC2</honeycomb.infra.version> </properties> <dependencies> diff --git a/tools/pom.xml b/tools/pom.xml index ae2740584..ea0a4a94d 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,14 +5,14 @@ <parent> <artifactId>honeycomb-aggregator</artifactId> <groupId>io.fd.honeycomb</groupId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.tools</groupId> <artifactId>honeycomb-tools</artifactId> <packaging>pom</packaging> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <modules> <module>archetype</module> </modules> diff --git a/v3po/api/pom.xml b/v3po/api/pom.xml index 127699173..4b1e89d4c 100644 --- a/v3po/api/pom.xml +++ b/v3po/api/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>v3po-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/v3po/pom.xml b/v3po/pom.xml index 49d0206bd..e74cbfbfc 100644 --- a/v3po/pom.xml +++ b/v3po/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>v3po-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>v3po</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/v3po/v3po2vpp/pom.xml b/v3po/v3po2vpp/pom.xml index 37cdcc29e..315ea6643 100644 --- a/v3po/v3po2vpp/pom.xml +++ b/v3po/v3po2vpp/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>v3po2vpp</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencies> @@ -68,7 +68,7 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-core</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <!-- DI --> diff --git a/vpp-common/minimal-distribution/pom.xml b/vpp-common/minimal-distribution/pom.xml index 98b8e1363..08b4bf451 100644 --- a/vpp-common/minimal-distribution/pom.xml +++ b/vpp-common/minimal-distribution/pom.xml @@ -18,18 +18,18 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>minimal-distribution</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <properties> <main.class>io.fd.honeycomb.vpp.distro.Main</main.class> - <honeycomb.min.distro.version>1.16.9-SNAPSHOT</honeycomb.min.distro.version> + <honeycomb.min.distro.version>1.16.9-RC2</honeycomb.min.distro.version> </properties> <build> @@ -74,12 +74,12 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-core</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index f9c8e1ed3..75b089ff5 100644 --- a/vpp-common/naming-context-api/pom.xml +++ b/vpp-common/naming-context-api/pom.xml @@ -17,14 +17,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>api-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>naming-context-api</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index 9a578c12b..832c6dda4 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>naming-context-impl</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <dependencies> <dependency> diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index f961264f3..c618dbbba 100644 --- a/vpp-common/pom.xml +++ b/vpp-common/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>vpp-common-aggregator</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <name>v3po</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml index bc9174b06..9be46805a 100644 --- a/vpp-common/vpp-translate-utils/pom.xml +++ b/vpp-common/vpp-translate-utils/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vpp</groupId> <artifactId>vpp-translate-utils</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>bundle</packaging> <dependencyManagement> @@ -54,12 +54,12 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-core</artifactId> - <version>16.09-SNAPSHOT</version> + <version>16.09</version> </dependency> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index ecf0497f0..eac8d6d89 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -18,21 +18,21 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <relativePath>../../common/minimal-distribution-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.vpp.integration</groupId> <artifactId>vpp-integration-distribution</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <properties> <main.class>io.fd.honeycomb.vpp.integration.distro.Main</main.class> - <v3po.version>1.16.9-SNAPSHOT</v3po.version> - <lisp.version>1.16.9-SNAPSHOT</lisp.version> - <vpp.common.min.distro.version>1.16.9-SNAPSHOT</vpp.common.min.distro.version> - <vppnsh.version>1.16.9-SNAPSHOT</vppnsh.version> + <v3po.version>1.16.9-RC2</v3po.version> + <lisp.version>1.16.9-RC2</lisp.version> + <vpp.common.min.distro.version>1.16.9-RC2</vpp.common.min.distro.version> + <vppnsh.version>1.16.9-RC2</vppnsh.version> </properties> <build> diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 32348229f..b401f64c4 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb.vpp.integration</groupId> <artifactId>vpp-integration</artifactId> - <version>1.16.9-SNAPSHOT</version> + <version>1.16.9-RC2</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> |