diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-09-16 11:12:28 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-09-16 11:58:03 +0200 |
commit | 836238ab08e2736b97cdd5648b1364fe0a9149e4 (patch) | |
tree | d346256ef7eab93fd44a19e714039daefa6badae | |
parent | 9572e2714d1f4a2b0f75a98b63316705f8fa046d (diff) |
Bump jvpp-registry and jvpp-core version to 16.09
Change-Id: I74c6a2117847ebb1ca24c390cfb511fc4e9b6103
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rwxr-xr-x | lisp/lisp2vpp/pom.xml | 2 | ||||
-rw-r--r-- | nsh/impl/pom.xml | 9 | ||||
-rw-r--r-- | v3po/v3po2vpp/pom.xml | 2 | ||||
-rw-r--r-- | vpp-common/minimal-distribution/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-translate-utils/pom.xml | 4 |
5 files changed, 14 insertions, 7 deletions
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index a606527b9..3d3a4dcbc 100755 --- a/lisp/lisp2vpp/pom.xml +++ b/lisp/lisp2vpp/pom.xml @@ -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/nsh/impl/pom.xml b/nsh/impl/pom.xml index 58730cf90..568687239 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -30,6 +30,7 @@ <properties> <guice.version>4.1.0</guice.version> <guice.config.version>1.2.0</guice.config.version> + <jvpp.registry.version>16.09</jvpp.registry.version> </properties> <dependencies> @@ -78,12 +79,18 @@ <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>16.09-SNAPSHOT</version> + <version>${jvpp.registry.version}</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/v3po/v3po2vpp/pom.xml b/v3po/v3po2vpp/pom.xml index 37cdcc29e..1c8735dad 100644 --- a/v3po/v3po2vpp/pom.xml +++ b/v3po/v3po2vpp/pom.xml @@ -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..1b84b20f0 100644 --- a/vpp-common/minimal-distribution/pom.xml +++ b/vpp-common/minimal-distribution/pom.xml @@ -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/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml index bc9174b06..d7f18fe6e 100644 --- a/vpp-common/vpp-translate-utils/pom.xml +++ b/vpp-common/vpp-translate-utils/pom.xml @@ -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> |