summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-02-04 11:35:28 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-02-04 11:35:28 +0100
commit450b88fb8e8bf126f62fa9aafafbe5bede976a70 (patch)
treeb7fd60e43c3a7b64cd04f430d9c8a3c151cdff90 /lisp
parent63f2add1bde993243f3bddc37b0a24bacc026373 (diff)
Hc2vpp 1.19.01 releasev1.19.01
Change-Id: Iabdd6ca34579f26f200362bac25594931319234e Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'lisp')
-rwxr-xr-xlisp/api/pom.xml6
-rwxr-xr-xlisp/lisp2vpp/pom.xml4
-rwxr-xr-xlisp/pom.xml4
3 files changed, 7 insertions, 7 deletions
diff --git a/lisp/api/pom.xml b/lisp/api/pom.xml
index 9dbb51cf3..0629675c9 100755
--- a/lisp/api/pom.xml
+++ b/lisp/api/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>api-parent</artifactId>
- <version>1.19.01-SNAPSHOT</version>
+ <version>1.19.01</version>
<relativePath>../../common/api-parent</relativePath>
</parent>
@@ -26,11 +26,11 @@
<groupId>io.fd.hc2vpp.lisp</groupId>
<artifactId>lisp-api</artifactId>
<name>${project.artifactId}</name>
- <version>1.19.01-SNAPSHOT</version>
+ <version>1.19.01</version>
<packaging>bundle</packaging>
<properties>
- <naming.context.version>1.19.01-SNAPSHOT</naming.context.version>
+ <naming.context.version>1.19.01</naming.context.version>
</properties>
<dependencies>
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml
index 324336951..7d9a38a34 100755
--- a/lisp/lisp2vpp/pom.xml
+++ b/lisp/lisp2vpp/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>vpp-impl-parent</artifactId>
- <version>1.19.01-SNAPSHOT</version>
+ <version>1.19.01</version>
<relativePath>../../vpp-common/vpp-impl-parent</relativePath>
</parent>
@@ -27,7 +27,7 @@
<groupId>io.fd.hc2vpp.lisp</groupId>
<artifactId>lisp2vpp</artifactId>
<name>${project.artifactId}</name>
- <version>1.19.01-SNAPSHOT</version>
+ <version>1.19.01</version>
<packaging>bundle</packaging>
<properties>
diff --git a/lisp/pom.xml b/lisp/pom.xml
index 9a7566ae1..9b0186ad5 100755
--- a/lisp/pom.xml
+++ b/lisp/pom.xml
@@ -19,13 +19,13 @@
<parent>
<groupId>io.fd.hc2vpp.common</groupId>
<artifactId>hc2vpp-parent</artifactId>
- <version>1.19.01-SNAPSHOT</version>
+ <version>1.19.01</version>
<relativePath>../common/hc2vpp-parent</relativePath>
</parent>
<groupId>io.fd.hc2vpp.lisp</groupId>
<artifactId>lisp-aggregator</artifactId>
- <version>1.19.01-SNAPSHOT</version>
+ <version>1.19.01</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>