summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-09 12:05:01 -0400
committerLusheng Ji <lji@research.att.com>2018-05-10 14:01:46 +0000
commitf9415f04d62ac42a1ea253b0707fc760f8ec79ad (patch)
tree5b660ebf3c30e332db40685d3f2678988f635d55
parent1c8cd98cbf776248781c8f679637f2ab75b6caf1 (diff)
Update oparent reference version
Issue-ID: DCAEGEN2-499 Change-Id: I171986baa4b83bb430139def511b9d1173f4b4e4 Signed-off-by: Lusheng Ji <lji@research.att.com>
-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 620e0f01..8a947ba6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,14 +23,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.1</version>
+ <version>1.1.1</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap</groupId>
<artifactId>dcaegen2</artifactId>
<name>dcaegen2</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
<!-- TODO: Revisit. Port platform docs to sphinx/rst first.
diff --git a/version.properties b/version.properties
index 07578e54..e8a442aa 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=2
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT