summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-07-03 14:20:04 -0400
committerJimmy Forsyth <jf2512@att.com>2019-07-03 14:36:09 -0400
commit3481baf3e358ec242c775b400b98a1e1a5f6e1ce (patch)
tree907690c006423d173de3f3eab7943a19e786146b
parentbab0c4c0bc2f2f8a31bc5c3f14509ef72a2cae14 (diff)
Upversion to oparent 2.0.0
Issue-ID: AAI-2494 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iebfc1d5023c2116a5d0417c829d75907e91ff546
-rw-r--r--pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 34fbe23..d07d10f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.1</version>
+ <version>2.0.0</version>
<relativePath />
</parent>
@@ -325,9 +325,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
</plugin>
</plugins>
</build>