Step 10 : Increased version for the next release 08/125008/2
authorRenu Kumari <renu.kumari@bell.ca>
Thu, 14 Oct 2021 13:51:01 +0000 (09:51 -0400)
committerRenu Kumari <renu.kumari@bell.ca>
Thu, 14 Oct 2021 13:52:50 +0000 (09:52 -0400)
Issue-ID: CPS-737
Signed-off-by: Renu Kumari <renu.kumari@bell.ca>
Change-Id: If7f39b80c6d615d458fa725cd6d5cf8eaec2b15e

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 947eb87..82eeb61 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.cps</groupId>
     <artifactId>cps-temporal</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>cps-temporal</name>
     <description>CPS Temporal Service</description>
 
index 8e37a76..b7e44af 100644 (file)
@@ -20,7 +20,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support this
 
 major=1
-minor=0
+minor=1
 patch=0
 
 base_version=${major}.${minor}.${patch}