aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 11:48:55 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 11:48:55 -0800
commitc2671c5c1e249b513c2e624d65406e02d4986200 (patch)
treedf50114c797977dd54d2fd78f8853d8a14838518
parent3412ea42a4528abeb47db49d573e6ea1a9754ade (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: Ifcef9d089eb8e806ca04195fc53e399f55b5a1b4 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0aa1771..074a5a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>inventory-api</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<name>dcaegen2-platform-inventory-api</name>
<!--internal <version>2.4.0</version>-->
diff --git a/version.properties b/version.properties
index 35d03a3..64dfa2c 100644
--- a/version.properties
+++ b/version.properties
@@ -2,7 +2,7 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins