diff options
author | vagrant <vv770d@att.com> | 2017-11-25 06:46:38 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2017-11-25 06:46:57 +0000 |
commit | 7aa010cc757c5826a0a0ec934265b25eaeb30e73 (patch) | |
tree | b720e153689fba34db6967f3ef6d8133b0325eca /pom.xml | |
parent | b0da16e3766344fc1ba180a4b9a673cecf92ba6e (diff) |
update versioning
Change-Id: Ib9dc807e84f1f18b6ff395eb47e2a339de65febf
Issue-ID: DCAEGEN2-211
Signed-off-by: vagrant <vv770d@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |