summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--platformdoc/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/platformdoc/pom.xml b/platformdoc/pom.xml
index 6ae7ea5d..ad38b1c9 100644
--- a/platformdoc/pom.xml
+++ b/platformdoc/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2</groupId>
<artifactId>dcaegen2</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2</groupId>
<artifactId>platformdoc</artifactId>
<name>dcaegen2-platformdoc</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
diff --git a/pom.xml b/pom.xml
index 96620676..a3bb4eaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>dcaegen2</artifactId>
<name>dcaegen2</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-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 73415a7d..07578e54 100644
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,5 @@
major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}