diff options
Diffstat (limited to 'vpp-common')
-rw-r--r-- | vpp-common/minimal-distribution/pom.xml | 4 | ||||
-rw-r--r-- | vpp-common/vpp-translate-utils/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
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> |