summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2017-11-25 06:55:45 +0000
committervagrant <vv770d@att.com>2017-11-25 06:56:44 +0000
commit600bc0ca394c24edd40ed01fe339d6be64ca5281 (patch)
tree3cdb5a5cfb3c4d7d5fe6991dfe6c613dea771104
parent3c2be01a14b97a1c557726932a4b8b53066d75a8 (diff)
update versioning
Change-Id: I1e4933d090b2b4f152f037d5c1b327d79b4ef03e Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f733d80..f264d5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,17 +22,17 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.dcaegen2</groupId>
- <artifactId>root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <groupId>org.onap</groupId>
+ <artifactId>dcaegen2</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
- <groupId>org.onap.dcaegen2.collectors</groupId>
+ <groupId>org.onap.dcaegen2</groupId>
<artifactId>collectors</artifactId>
<name>dcaegen2-collectors</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>