summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rwxr-xr-xlisp/api/pom.xml4
-rwxr-xr-xlisp/lisp2vpp/pom.xml6
-rwxr-xr-xlisp/pom.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml
index 322350234..df5b7b3ba 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.16.9-RC2</version>
+ <version>1.16.9-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.16.9-RC2</version>
+ <version>1.16.9-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml
index b6592fb8c..a606527b9 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.16.9-RC2</version>
+ <version>1.16.9-SNAPSHOT</version>
<relativePath>../../common/impl-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.lisp</groupId>
<artifactId>lisp2vpp</artifactId>
- <version>1.16.9-RC2</version>
+ <version>1.16.9-SNAPSHOT</version>
<packaging>bundle</packaging>
<properties>
@@ -62,7 +62,7 @@
<dependency>
<groupId>io.fd.vpp</groupId>
<artifactId>jvpp-core</artifactId>
- <version>16.09</version>
+ <version>16.09-SNAPSHOT</version>
</dependency>
<!-- DI -->
diff --git a/lisp/pom.xml b/lisp/pom.xml
index 461f6322d..e55294ba2 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.16.9-RC2</version>
+ <version>1.16.9-SNAPSHOT</version>
<name>lisp</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>