aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGerard Hickey <gerard.hickey@ericsson.com>2019-06-18 08:03:48 +0100
committerGerard Hickey <gerard.hickey@ericsson.com>2019-06-18 08:04:01 +0100
commit144df3dfd787567d197d5843ffb5697224232416 (patch)
treef87ae489d7c5cda48cc1d7a86690bf7383909f0a /pom.xml
parent4fcc4c9be1d9a74f5c10a30fe0282001dc02b088 (diff)
JJB alignment across DCAE components - DCAE-Servicechange Handler
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I28ce5ff2cd9b5999fdaa4de4c770e3dd31bd74de
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 bdd2703..05c7056 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.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>2.0.0</version>
</parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>servicechange-handler</artifactId>
- <version>1.1.5</version>
+ <version>1.2.0</version>
<!-- Not sure why clojure-maven-plugin says packaging should be "clojure" -->
<packaging>jar</packaging>
@@ -122,7 +122,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<classpathPrefix>dependency</classpathPrefix>
</manifest>
</archive>
- <finalName>${project.artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
</configuration>
</plugin>
<!-- Used to copy in the dependencies when packaging JAR -->