Version bump demo to 1.4.1-SNAPSHOT 27/89927/1
authorGary Wu <gary.wu@futurewei.com>
Fri, 14 Jun 2019 19:19:39 +0000 (12:19 -0700)
committerGary Wu <gary.wu@futurewei.com>
Fri, 14 Jun 2019 19:21:39 +0000 (12:21 -0700)
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I0143f1c25ccb2d179e28097acea706e225db0934

22 files changed:
.gitreview
pom.xml
version.properties
vnfs/VES/pom.xml
vnfs/VES5.0/pom.xml
vnfs/VESreporting_vFW/pom.xml
vnfs/VESreporting_vFW5.0/pom.xml
vnfs/VESreporting_vLB/pom.xml
vnfs/VESreporting_vLB5.0/pom.xml
vnfs/honeycomb_plugin/parent-pom/pom.xml
vnfs/honeycomb_plugin/stream-count/stream-count-distribution/pom.xml
vnfs/vCPE/kea-sdnc-notify-mod/pom.xml
vnfs/vCPE/scripts/pom.xml
vnfs/vFW/pg_streams/pom.xml
vnfs/vFW/scripts/pom.xml
vnfs/vIPSEC/pg_streams/pom.xml
vnfs/vIPSEC/scripts/pom.xml
vnfs/vLB/DNSClient/pom.xml
vnfs/vLB/DNSManager/pom.xml
vnfs/vLB/dns_streams/pom.xml
vnfs/vLB/scripts/pom.xml
vnfs/vLBMS/scripts/pom.xml

index c17f50d..5834f3c 100644 (file)
@@ -2,3 +2,5 @@
 host=gerrit.onap.org
 port=29418
 project=demo.git
+defaultbranch=dublin
+
diff --git a/pom.xml b/pom.xml
index 8ef2d64..b43a94e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.onap.demo.vnf</groupId>
   <artifactId>demo-aggregator</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.4.1-SNAPSHOT</version>
   <name>demo</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d3f8f82..b086cdb 100644 (file)
@@ -3,7 +3,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}
 
index c62e23c..d46a0eb 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index 4fd8452..1e9f038 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index a23d87c..816714c 100644 (file)
@@ -28,7 +28,7 @@
 <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index 9b915a1..d8ec190 100644 (file)
@@ -28,7 +28,7 @@
 <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index c47b881..d7846cf 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index dec8d2d..7219f91 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index 37862c5..ef9ada6 100644 (file)
@@ -26,7 +26,7 @@
 <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
 </parent>
 
index 6bbc4a7..6d12cf7 100644 (file)
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>hc-onap</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../parent-pom/pom.xml</relativePath>
   </parent>
 
index 76dd38f..8af3164 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 24df4b1..1e714af 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 4fb8059..5f0260e 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index f350e8d..c9dc64b 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 724e44a..63162a6 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 4c0e9e1..14fb174 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 79e1aaa..28b47ec 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 89406e0..c942341 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index c2caf13..6cda315 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 390b8cb..f17af3b 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 47fd95d..793e71a 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>