aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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 -->