aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-07-03 15:32:46 -0400
committerJimmy Forsyth <jf2512@att.com>2019-07-03 16:17:30 -0400
commita153be2acd1ede36cbfb4e0d9e3678f0d9662ed2 (patch)
tree8ad8cb2eb237e1e8372f649a7d6ea4cb5ed5073b
parent5e57c55c31029924a0e25d9a61f4be65f5893c7e (diff)
Upversion to oparent 2.0.0
Issue-ID: AAI-2499 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: If266d7e9311fc29fd8e077cd14bf82fbf7de05a9
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index aea3649..66f54e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>2.0.0</version>
<relativePath/>
</parent>
@@ -231,6 +231,10 @@
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>