aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-10-06 09:48:12 -0400
committerTommy Carpenter <tommy@research.att.com>2017-10-06 09:48:48 -0400
commit70c3c869fb7be5155545ba8c3e863f073247fb3d (patch)
tree6c15274fa7bd45a97ab3a62e24b911b648943d7a /pom.xml
parent84cc523968fa7308eb758a11288008f71661c118 (diff)
Update build to proper version
Issue-ID: DCAEGEN2-60 Change-Id: Ia5eb45da7cef9b79a004ddae43e8c905534591dd Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7395527..aaeca9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,15 +21,15 @@ 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.oparent</groupId>
- <artifactId>oparent</artifactId>
+ <groupId>org.onap.dcaegen2</groupId>
+ <artifactId>dcaegen2</artifactId>
<version>1.0.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.0.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>