summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2017-11-25 06:46:38 +0000
committervagrant <vv770d@att.com>2017-11-25 06:46:57 +0000
commit7aa010cc757c5826a0a0ec934265b25eaeb30e73 (patch)
treeb720e153689fba34db6967f3ef6d8133b0325eca
parentb0da16e3766344fc1ba180a4b9a673cecf92ba6e (diff)
update versioning
Change-Id: Ib9dc807e84f1f18b6ff395eb47e2a339de65febf Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ea1ccba..d5755ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,13 +23,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap</groupId>
<artifactId>dcaegen2</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>configbinding</artifactId>
<name>dcaegen2-platform-configbinding</name>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>