diff options
-rwxr-xr-x | lisp/api/pom.xml | 4 | ||||
-rwxr-xr-x | lisp/lisp2vpp/pom.xml | 4 | ||||
-rwxr-xr-x | lisp/pom.xml | 2 | ||||
-rw-r--r-- | nsh/api/pom.xml | 4 | ||||
-rw-r--r-- | nsh/impl/pom.xml | 4 | ||||
-rw-r--r-- | nsh/pom.xml | 2 | ||||
-rwxr-xr-x | packaging/deb/debuild.sh | 2 | ||||
-rwxr-xr-x | packaging/rpm/rpmbuild.sh | 2 | ||||
-rwxr-xr-x | packaging/rpm/version | 2 | ||||
-rw-r--r-- | samples/interfaces/mapping/pom.xml | 6 | ||||
-rw-r--r-- | samples/interfaces/models/pom.xml | 4 | ||||
-rw-r--r-- | samples/interfaces/pom.xml | 2 | ||||
-rw-r--r-- | samples/minimal-distribution/pom.xml | 8 | ||||
-rw-r--r-- | samples/pom.xml | 2 | ||||
-rw-r--r-- | v3po/api/pom.xml | 4 | ||||
-rw-r--r-- | v3po/pom.xml | 2 | ||||
-rw-r--r-- | v3po/v3po2vpp/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/minimal-distribution/pom.xml | 6 | ||||
-rw-r--r-- | vpp-common/naming-context-api/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/naming-context-impl/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/pom.xml | 2 | ||||
-rw-r--r-- | vpp-common/vpp-translate-utils/pom.xml | 4 | ||||
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 10 | ||||
-rw-r--r-- | vpp-integration/pom.xml | 2 |
24 files changed, 45 insertions, 45 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml index 6d501a5c6..eb02e9325 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.lisp</groupId> <artifactId>lisp-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index f2d5e7808..920d33a7e 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.lisp</groupId> <artifactId>lisp2vpp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <properties> diff --git a/lisp/pom.xml b/lisp/pom.xml index 466e5689b..a3cab037c 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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 44119a992..4eaedafed 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>nsh-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 0232c67bc..21ff8f283 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -18,14 +18,14 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>impl-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>nsh-impl</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/nsh/pom.xml b/nsh/pom.xml index 964f31881..a7368e1bf 100644 --- a/nsh/pom.xml +++ b/nsh/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>nsh-aggregator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <name>nsh</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/deb/debuild.sh b/packaging/deb/debuild.sh index 95327fa35..38b9697f1 100755 --- a/packaging/deb/debuild.sh +++ b/packaging/deb/debuild.sh @@ -8,7 +8,7 @@ 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.0.0-SNAPSHOT-hc.tar.gz +ARCHIVE=${ARCHIVE_DIR}/vpp-integration-distribution-1.16.12-SNAPSHOT-hc.tar.gz cp ${ARCHIVE} ${DIR} ARCHIVE=${DIR}/vpp-integration-distribution-${VERSION}-SNAPSHOT-hc.tar.gz tar -xf ${ARCHIVE} -C ${DIR}/ diff --git a/packaging/rpm/rpmbuild.sh b/packaging/rpm/rpmbuild.sh index f9e9795fc..5e8ab6e7a 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.0.0-SNAPSHOT-hc.zip +ZIPFILE=${ZIPDIR}/vpp-integration-distribution-1.16.12-SNAPSHOT-hc.zip mkdir -p ${DIR}/SOURCES/ cp $ZIPFILE ${DIR}/SOURCES/ cp ${DIR}/honeycomb.spec ${DIR}/SOURCES/ diff --git a/packaging/rpm/version b/packaging/rpm/version index 3fc0d1083..d1194ffdb 100755 --- a/packaging/rpm/version +++ b/packaging/rpm/version @@ -1,2 +1,2 @@ #!/bin/bash -echo 1.0.0 +echo 1.16.12 diff --git a/samples/interfaces/mapping/pom.xml b/samples/interfaces/mapping/pom.xml index 50bdf5551..49b0111a8 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.0.0-SNAPSHOT</honeycomb.infra.version> + <honeycomb.infra.version>1.16.12-SNAPSHOT</honeycomb.infra.version> </properties> <dependencies> diff --git a/samples/interfaces/models/pom.xml b/samples/interfaces/models/pom.xml index d78d6f496..3bb506032 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml index 2f87b10bc..3411a4e3a 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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 5592b981c..5865556c0 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <properties> <exec.parameters>-Xms128m -Xmx128m</exec.parameters> <main.class>io.fd.honeycomb.samples.distro.Main</main.class> - <interfaces.mapping.version>1.0.0-SNAPSHOT</interfaces.mapping.version> - <honeycomb.min.distro.version>1.0.0-SNAPSHOT</honeycomb.min.distro.version> + <interfaces.mapping.version>1.16.12-SNAPSHOT</interfaces.mapping.version> + <honeycomb.min.distro.version>1.16.12-SNAPSHOT</honeycomb.min.distro.version> </properties> <build> diff --git a/samples/pom.xml b/samples/pom.xml index ee20f602a..0727eb4c5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -24,7 +24,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>samples-aggregator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <name>honeycomb-infra</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> diff --git a/v3po/api/pom.xml b/v3po/api/pom.xml index f8d833417..46871727d 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <relativePath>../../common/api-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>v3po-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/v3po/pom.xml b/v3po/pom.xml index edfae2490..e354e7165 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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 cf1670d78..5ab45c04c 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.fd.honeycomb.v3po</groupId> <artifactId>v3po2vpp</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-common/minimal-distribution/pom.xml b/vpp-common/minimal-distribution/pom.xml index f4485d6d2..557f4e962 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <properties> <main.class>io.fd.honeycomb.vpp.distro.Main</main.class> - <honeycomb.min.distro.version>1.0.0-SNAPSHOT</honeycomb.min.distro.version> + <honeycomb.min.distro.version>1.16.12-SNAPSHOT</honeycomb.min.distro.version> </properties> <build> diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index 9fd1cba0e..096c20b66 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index f8f2fbfb8..0523435f7 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <dependencies> <dependency> diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index 4bcdd6c25..41360c49a 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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 bd71f833c..c2d9ad82f 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>bundle</packaging> <dependencyManagement> diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index e30c40501..390db81d0 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -18,20 +18,20 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>minimal-distribution-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <properties> <main.class>io.fd.honeycomb.vpp.integration.distro.Main</main.class> - <v3po.version>1.0.0-SNAPSHOT</v3po.version> - <lisp.version>1.0.0-SNAPSHOT</lisp.version> - <vpp.common.min.distro.version>1.0.0-SNAPSHOT</vpp.common.min.distro.version> + <v3po.version>1.16.12-SNAPSHOT</v3po.version> + <lisp.version>1.16.12-SNAPSHOT</lisp.version> + <vpp.common.min.distro.version>1.16.12-SNAPSHOT</vpp.common.min.distro.version> </properties> <build> diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 741951b38..01eb23573 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.0.0-SNAPSHOT</version> + <version>1.16.12-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> <prerequisites> |