Update versions for next release, release process step 10 43/124943/4
authorDylanB95EST <dylan.byrne@est.tech>
Thu, 14 Oct 2021 08:36:55 +0000 (09:36 +0100)
committerDylan Byrne <dylan.byrne@est.tech>
Thu, 14 Oct 2021 11:02:27 +0000 (11:02 +0000)
Update Minor version number for next release as part of creating
Istanbul release branch

Issue-ID: CPS-728
Change-Id: Ic9eb9954c2495ef5f89a4a2480560eefdab09d21
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index d3e25b6..c75cda2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     </organization>
     <groupId>org.onap.cps</groupId>
     <artifactId>ncmp-dmi-plugin</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>ncmp-dmi-plugin</name>
     <description>DMI Plugin Service</description>
     <properties>
index ca5faa0..3f55958 100644 (file)
@@ -21,8 +21,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support this
 
 major=1
-minor=0
-patch=2
+minor=1
+patch=0
 
 base_version=${major}.${minor}.${patch}