unify jvpp variables 70/19770/1
authorMichal Cmarada <[email protected]>
Thu, 9 May 2019 12:48:12 +0000 (14:48 +0200)
committerMichal Cmarada <[email protected]>
Thu, 23 May 2019 07:12:37 +0000 (09:12 +0200)
When bumping jvpp a lot of variables need to be changed.
This is useles because all of them have the same value,
unifying them will simplify the bump process.

Change-Id: Ie62c4bef0b899acc463f9b855cbb4d5e7e302667
Signed-off-by: Michal Cmarada <[email protected]>
acl/acl-impl/pom.xml
common/hc2vpp-parent/pom.xml
ioam/impl/pom.xml
ipsec/ipsec-impl/pom.xml
it/api-coverage/pom.xml
it/jvpp-benchmark/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-common/vpp-impl-parent/pom.xml
vpp-integration/api-docs/core/pom.xml

index 0b31390..fb4759f 100644 (file)
     <artifactId>acl-impl</artifactId>
     <version>1.19.08-SNAPSHOT</version>
 
-    <properties>
-        <jvpp.acl.version>19.08-SNAPSHOT</jvpp.acl.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
@@ -48,7 +44,7 @@
         <dependency>
             <groupId>io.fd.jvpp</groupId>
             <artifactId>jvpp-acl</artifactId>
-            <version>${jvpp.acl.version}</version>
+            <version>${jvpp.version}</version>
         </dependency>
 
         <!-- DI -->
index 47f2158..edd52af 100644 (file)
@@ -19,5 +19,6 @@
 
     <properties>
         <honeycomb.version>1.19.08-SNAPSHOT</honeycomb.version>
+        <jvpp.version>19.08-SNAPSHOT</jvpp.version>
     </properties>
 </project>
\ No newline at end of file
index 0bd3ee6..d92b800 100644 (file)
   <version>1.19.08-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <properties>
-    <ioam.version>19.08-SNAPSHOT</ioam.version>
-    <jvpp.version>19.08-SNAPSHOT</jvpp.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
     <dependency>
         <groupId>io.fd.jvpp</groupId>
         <artifactId>jvpp-ioamtrace</artifactId>
-        <version>${ioam.version}</version>
+        <version>${jvpp.version}</version>
     </dependency>
     <dependency>
       <groupId>io.fd.jvpp</groupId>
       <artifactId>jvpp-ioampot</artifactId>
-      <version>${ioam.version}</version>
+      <version>${jvpp.version}</version>
     </dependency>
     <dependency>
       <groupId>io.fd.jvpp</groupId>
       <artifactId>jvpp-ioamexport</artifactId>
-      <version>${ioam.version}</version>
+      <version>${jvpp.version}</version>
     </dependency>
     <dependency>
       <groupId>io.fd.hc2vpp.common</groupId>
index e843fb7..6f0582f 100644 (file)
     <version>1.19.08-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <properties>
-        <jvpp.version>19.08-SNAPSHOT</jvpp.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 9802528..cebeb31 100644 (file)
     <version>1.19.08-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
-    <properties>
-        <jvpp.version>19.08-SNAPSHOT</jvpp.version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>io.fd.jvpp</groupId>
index bf75e65..47a4b2c 100644 (file)
@@ -33,7 +33,6 @@
 
     <properties>
         <jmh.version>1.21</jmh.version>
-        <jvpp.version>19.08-SNAPSHOT</jvpp.version>
     </properties>
 
     <dependencies>
index 8e2c3ea..8ead444 100644 (file)
@@ -30,7 +30,6 @@
     <name>${project.artifactId}</name>
 
     <properties>
-        <jvpp.version>19.08-SNAPSHOT</jvpp.version>
         <hamcrest.version>2.1</hamcrest.version>
     </properties>
 
index 5ba80e2..2014725 100644 (file)
   <version>1.19.08-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <properties>
-    <jvpp.version>19.08-SNAPSHOT</jvpp.version>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
index b26d561..98288e7 100644 (file)
@@ -37,7 +37,6 @@
         <asm.version>7.0</asm.version>
         <asciidoctorj.version>1.5.4</asciidoctorj.version>
         <slf4j-simple.version>1.7.25</slf4j-simple.version>
-        <jvpp.version>19.08-SNAPSHOT</jvpp.version>
         <guava.version>23.6-jre</guava.version>
         <reflections.version>0.9.11</reflections.version>