summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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