[HONOLULU] Update versions for honolulu 16/120316/1
authormorganrol <morgan.richomme@orange.com>
Thu, 8 Apr 2021 13:09:48 +0000 (15:09 +0200)
committermorganrol <morgan.richomme@orange.com>
Thu, 8 Apr 2021 13:09:48 +0000 (15:09 +0200)
move to 1.8

Issue-ID: INT-1888

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I62d5a65b25adcc9684b90d6bf224f07c275a567a

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 34aa092..ab6b968 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.onap.demo.vnf</groupId>
   <artifactId>demo-aggregator</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <name>demo</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 1b00b24..43d179f 100644 (file)
@@ -2,7 +2,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=7
+minor=8
 patch=0
 
 base_version=${major}.${minor}.${patch}