diff options
Diffstat (limited to 'nsh')
-rw-r--r-- | nsh/api/pom.xml | 4 | ||||
-rw-r--r-- | nsh/impl/pom.xml | 12 | ||||
-rw-r--r-- | nsh/pom.xml | 2 |
3 files changed, 12 insertions, 6 deletions
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> |