summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2017-11-25 05:37:06 +0000
committervagrant <vv770d@att.com>2017-11-25 05:37:12 +0000
commit3ffda69097e20d0fcff44f837c6f68870e0a4528 (patch)
treecac6167bb989de3dd9c29903bdbf324c5ee5630a
parent90888073963d62c11c1a016c5f204899647dc85d (diff)
syncup with release version
Issue-ID: DCAEGEN2-211 Change-Id: I79514d0c3ee7a6c65a45bd6514e7ab01d9802d7f Signed-off-by: vagrant <vv770d@att.com>
-rw-r--r--platformdoc/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/platformdoc/pom.xml b/platformdoc/pom.xml
index ad38b1c9..6991ba7b 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2</groupId>
<artifactId>platformdoc</artifactId>
<name>dcaegen2-platformdoc</name>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
diff --git a/pom.xml b/pom.xml
index a3bb4eaa..c0f65a4c 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
<!-- TODO: Revisit. Port platform docs to sphinx/rst first.