aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 14:56:39 -0800
committerLusheng Ji <lji@research.att.com>2017-11-27 22:35:05 +0000
commitb0da16e3766344fc1ba180a4b9a673cecf92ba6e (patch)
tree2e25ba20bc0e780d6d711e343450f38bd461f123
parent44693e83e54614732b8c2689f87d82ce1d6556cb (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib3aad7132870e203eccfac0dfae065cabf817256 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 aaeca9d..ea1ccba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,9 +21,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.dcaegen2</groupId>
+ <groupId>org.onap</groupId>
<artifactId>dcaegen2</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.platform</groupId>
diff --git a/version.properties b/version.properties
index 07578e5..f520c97 100644
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,5 @@
major=1
-minor=2
+minor=3
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}