Update oparent reference version
Issue-ID: DCAEGEN2-499
Change-Id: I171986baa4b83bb430139def511b9d1173f4b4e4
Signed-off-by: Lusheng Ji <lji@research.att.com>
diff --git a/pom.xml b/pom.xml
index 620e0f0..8a947ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,14 +23,14 @@
<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 07578e5..e8a442a 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