aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0bec0e1..29d3f36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,12 +25,20 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>dcaegen2</artifactId>
<version>1.2.0-SNAPSHOT</version>
</parent>
+
+<!--
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.2.0</version>
+ </parent>
+-->
+
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>heartbeat</artifactId>
<name>dcaegen2-services-heartbeat</name>
- <version>2.0.0</version>
- <url>http://maven.apache.org</url>
+ <version>2.1.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>