aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-20 14:54:56 -0800
committerLusheng Ji <lji@research.att.com>2017-11-28 01:46:58 +0000
commitd62ef6ef56cd0b4b89831f2c2e018b2b461bb1ed (patch)
treedc9badab347f6481eabac210af1f08798ecd52d5
parent2c28eaa42db36901421727c57b1450c29d49fbf8 (diff)
Bump patch versionamsterdam
Bump patch version in preparation for Amsterdam branching. Change-Id: If881df08cbd10a97907da8460d769b1b6c0f2d8c 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 2fef4ac..378f799 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.0.1-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
diff --git a/version.properties b/version.properties
index 26af12a..896b1bd 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=4
minor=0
-patch=10
+patch=11
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT