From 7567ab4670f6cdf44e227ab8d547414a755401df Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 31 Aug 2016 09:56:23 +0200 Subject: Bump version to 1.16.12-SNAPSHOT Change-Id: I27b09dc1fdf7597c8b0751d8cbf950500e03fa23 Signed-off-by: Maros Marsalek --- common/api-parent/pom.xml | 4 ++-- common/checkstyle/pom.xml | 2 +- common/impl-parent/pom.xml | 4 ++-- common/minimal-assembly-descriptor/pom.xml | 2 +- common/minimal-distribution-parent/pom.xml | 4 ++-- common/pom.xml | 2 +- infra/artifacts/pom.xml | 2 +- infra/cfg-init/pom.xml | 4 ++-- infra/data-api/pom.xml | 4 ++-- infra/data-impl/pom.xml | 4 ++-- infra/impl/pom.xml | 4 ++-- infra/it/it-test/pom.xml | 4 ++-- infra/it/pom.xml | 2 +- infra/it/test-model/pom.xml | 4 ++-- infra/minimal-distribution/pom.xml | 4 ++-- infra/notification/api/pom.xml | 4 ++-- infra/notification/impl/pom.xml | 4 ++-- infra/notification/pom.xml | 2 +- infra/pom.xml | 2 +- infra/translate-api/pom.xml | 4 ++-- infra/translate-impl/pom.xml | 4 ++-- infra/translate-spi/pom.xml | 4 ++-- infra/translate-utils/pom.xml | 4 ++-- lisp/api/pom.xml | 4 ++-- lisp/lisp2vpp/pom.xml | 4 ++-- lisp/pom.xml | 2 +- nsh/api/pom.xml | 4 ++-- nsh/impl/pom.xml | 4 ++-- nsh/pom.xml | 2 +- packaging/deb/debuild.sh | 2 +- packaging/rpm/rpmbuild.sh | 2 +- packaging/rpm/version | 2 +- pom.xml | 2 +- samples/interfaces/mapping/pom.xml | 6 +++--- samples/interfaces/models/pom.xml | 4 ++-- samples/interfaces/pom.xml | 2 +- samples/minimal-distribution/pom.xml | 8 ++++---- samples/pom.xml | 2 +- tools/archetype/Readme.adoc | 2 +- tools/archetype/pom.xml | 4 ++-- .../src/main/resources/META-INF/maven/archetype-metadata.xml | 2 +- .../archetype-resources/__rootArtifactId__-api/pom.xml | 2 +- .../archetype-resources/__rootArtifactId__-impl/pom.xml | 4 ++-- tools/pom.xml | 4 ++-- v3po/api/pom.xml | 4 ++-- v3po/pom.xml | 2 +- v3po/v3po2vpp/pom.xml | 4 ++-- vpp-common/minimal-distribution/pom.xml | 6 +++--- vpp-common/naming-context-api/pom.xml | 4 ++-- vpp-common/naming-context-impl/pom.xml | 4 ++-- vpp-common/pom.xml | 2 +- vpp-common/vpp-translate-utils/pom.xml | 4 ++-- vpp-integration/minimal-distribution/pom.xml | 10 +++++----- vpp-integration/pom.xml | 2 +- 54 files changed, 94 insertions(+), 94 deletions(-) diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 329f4decd..20105f6aa 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -28,7 +28,7 @@ 4.0.0 io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT pom @@ -89,7 +89,7 @@ io.fd.honeycomb.common honeycomb-checkstyle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/common/checkstyle/pom.xml b/common/checkstyle/pom.xml index 8580e89e0..3dbf26855 100644 --- a/common/checkstyle/pom.xml +++ b/common/checkstyle/pom.xml @@ -10,6 +10,6 @@ io.fd.honeycomb.common honeycomb-checkstyle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index ee5bf7cbd..fbcd4c8f7 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -26,7 +26,7 @@ 4.0.0 io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT pom @@ -94,7 +94,7 @@ io.fd.honeycomb.common honeycomb-checkstyle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/common/minimal-assembly-descriptor/pom.xml b/common/minimal-assembly-descriptor/pom.xml index ff00fbb40..166464391 100644 --- a/common/minimal-assembly-descriptor/pom.xml +++ b/common/minimal-assembly-descriptor/pom.xml @@ -17,7 +17,7 @@ io.fd.honeycomb.common minimal-assembly-descriptor - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ${project.artifactId} 4.0.0 diff --git a/common/minimal-distribution-parent/pom.xml b/common/minimal-distribution-parent/pom.xml index 0bfd2de03..e8f57e6ee 100644 --- a/common/minimal-distribution-parent/pom.xml +++ b/common/minimal-distribution-parent/pom.xml @@ -39,7 +39,7 @@ 4.0.0 io.fd.honeycomb.common minimal-distribution-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT pom @@ -177,7 +177,7 @@ io.fd.honeycomb.common minimal-assembly-descriptor - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/common/pom.xml b/common/pom.xml index 3a53456f2..72f23feb1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -17,7 +17,7 @@ io.fd.honeycomb.common honeycomb-common-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT honeycomb pom 4.0.0 diff --git a/infra/artifacts/pom.xml b/infra/artifacts/pom.xml index c2bbe16ab..f3bb46ee1 100644 --- a/infra/artifacts/pom.xml +++ b/infra/artifacts/pom.xml @@ -19,7 +19,7 @@ 4.0.0 io.fd.honeycomb honeycomb-artifacts - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT pom diff --git a/infra/cfg-init/pom.xml b/infra/cfg-init/pom.xml index ddacb632a..df481b7da 100644 --- a/infra/cfg-init/pom.xml +++ b/infra/cfg-init/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb cfg-init - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/data-api/pom.xml b/infra/data-api/pom.xml index eba388ce9..bc420bc7a 100644 --- a/infra/data-api/pom.xml +++ b/infra/data-api/pom.xml @@ -19,14 +19,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb data-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index dc7f6b0d5..f90c7cd84 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -19,14 +19,14 @@ impl-parent io.fd.honeycomb.common - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb data-impl - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/impl/pom.xml b/infra/impl/pom.xml index 34187bf5d..f3548965a 100644 --- a/infra/impl/pom.xml +++ b/infra/impl/pom.xml @@ -19,14 +19,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb honeycomb-impl - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index c7a310390..5cde7b00b 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -19,14 +19,14 @@ impl-parent io.fd.honeycomb.common - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../../common/impl-parent 4.0.0 io.fd.honeycomb honeycomb-it-test - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/infra/it/pom.xml b/infra/it/pom.xml index e565f22df..93265ee61 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -17,7 +17,7 @@ io.fd.honeycomb.common honeycomb-it-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT honeycomb pom 4.0.0 diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index 2f087edf9..a2f47aa3c 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -17,14 +17,14 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../../common/api-parent 4.0.0 io.fd.honeycomb honeycomb-test-model - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 397b48069..4094c56e9 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common minimal-distribution-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/minimal-distribution-parent 4.0.0 io.fd.honeycomb minimal-distribution - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ${project.artifactId} diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml index 2291025f9..1c4f3d933 100644 --- a/infra/notification/api/pom.xml +++ b/infra/notification/api/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../../common/impl-parent 4.0.0 io.fd.honeycomb notification-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/notification/impl/pom.xml b/infra/notification/impl/pom.xml index bc0a78e6e..53223ef65 100644 --- a/infra/notification/impl/pom.xml +++ b/infra/notification/impl/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../../common/impl-parent 4.0.0 io.fd.honeycomb notification-impl - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/notification/pom.xml b/infra/notification/pom.xml index 3deb37797..dc4f4d28d 100644 --- a/infra/notification/pom.xml +++ b/infra/notification/pom.xml @@ -24,7 +24,7 @@ io.fd.honeycomb notification-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT notification pom 4.0.0 diff --git a/infra/pom.xml b/infra/pom.xml index 0f0662590..91395356e 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -24,7 +24,7 @@ io.fd.honeycomb infra-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT honeycomb-infra pom 4.0.0 diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml index 45f00fe19..bb9f6f1df 100644 --- a/infra/translate-api/pom.xml +++ b/infra/translate-api/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb translate-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml index f8906e7a3..1dbc734d1 100644 --- a/infra/translate-impl/pom.xml +++ b/infra/translate-impl/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/api-parent 4.0.0 io.fd.honeycomb translate-impl - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/translate-spi/pom.xml b/infra/translate-spi/pom.xml index f8c20140b..f1e3148f5 100644 --- a/infra/translate-spi/pom.xml +++ b/infra/translate-spi/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/api-parent 4.0.0 io.fd.honeycomb translate-spi - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle diff --git a/infra/translate-utils/pom.xml b/infra/translate-utils/pom.xml index 922bd3ecc..51b1194f1 100644 --- a/infra/translate-utils/pom.xml +++ b/infra/translate-utils/pom.xml @@ -18,14 +18,14 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb translate-utils - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/api-parent 4.0.0 io.fd.honeycomb.lisp lisp-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb.lisp lisp2vpp - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.lisp lisp-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT lisp pom 4.0.0 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 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/api-parent 4.0.0 io.fd.honeycomb.v3po nsh-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb.v3po nsh-impl - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.v3po nsh-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT nsh pom 4.0.0 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/pom.xml b/pom.xml index a735d2c70..2d06472c1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ io.fd.honeycomb honeycomb-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT honeycomb pom 4.0.0 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../../common/impl-parent 4.0.0 io.fd.honeycomb.samples.interfaces interfaces-mapping - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 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 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../../common/api-parent 4.0.0 io.fd.honeycomb.samples.interfaces interfaces-models - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.samples.interfaces interfaces-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT honeycomb-infra pom 4.0.0 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 @@ io.fd.honeycomb.common minimal-distribution-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/minimal-distribution-parent 4.0.0 io.fd.honeycomb.samples.distro minimal-distribution - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT -Xms128m -Xmx128m io.fd.honeycomb.samples.distro.Main - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT 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 @@ io.fd.honeycomb samples-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT honeycomb-infra pom 4.0.0 diff --git a/tools/archetype/Readme.adoc b/tools/archetype/Readme.adoc index 24040b89a..e5528d7ee 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.0.0-SNAPSHOT + archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.16.12-SNAPSHOT This will generate main aggregator project containing two sub-projects diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml index e49e031c9..9f6bb3c55 100644 --- a/tools/archetype/pom.xml +++ b/tools/archetype/pom.xml @@ -5,13 +5,13 @@ honeycomb-tools io.fd.honeycomb.tools - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 io.fd.honeycomb.tools honeycomb-plugin-archetype - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT jar \ 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 c35327187..0061c21ad 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"> - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 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 a88775d8a..3b67a0d7f 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 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 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 faaba62a8..19564db74 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 @@ -26,7 +26,7 @@ bundle - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT diff --git a/tools/pom.xml b/tools/pom.xml index 972f5e75a..41c8c111b 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -5,14 +5,14 @@ honeycomb-aggregator io.fd.honeycomb - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 4.0.0 io.fd.honeycomb.tools honeycomb-tools pom - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT archetype 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 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/api-parent 4.0.0 io.fd.honeycomb.v3po v3po-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.v3po v3po-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT v3po pom 4.0.0 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb.v3po v3po2vpp - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.common minimal-distribution-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/minimal-distribution-parent 4.0.0 io.fd.honeycomb.vpp minimal-distribution - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT io.fd.honeycomb.vpp.distro.Main - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 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 @@ io.fd.honeycomb.common api-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/api-parent 4.0.0 io.fd.honeycomb.vpp naming-context-api - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb.vpp naming-context-impl - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT 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 @@ io.fd.honeycomb.vpp vpp-common-aggregator - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT v3po pom 4.0.0 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 @@ io.fd.honeycomb.common impl-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/impl-parent 4.0.0 io.fd.honeycomb.vpp vpp-translate-utils - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT bundle 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 @@ io.fd.honeycomb.common minimal-distribution-parent - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT ../../common/minimal-distribution-parent 4.0.0 io.fd.honeycomb.vpp.integration vpp-integration-distribution - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT io.fd.honeycomb.vpp.integration.distro.Main - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT + 1.16.12-SNAPSHOT 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 @@ io.fd.honeycomb.vpp.integration vpp-integration - 1.0.0-SNAPSHOT + 1.16.12-SNAPSHOT pom 4.0.0 -- cgit 1.2.3-korg