diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 14:20:04 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 14:36:09 -0400 |
commit | 3481baf3e358ec242c775b400b98a1e1a5f6e1ce (patch) | |
tree | 907690c006423d173de3f3eab7943a19e786146b /pom.xml | |
parent | bab0c4c0bc2f2f8a31bc5c3f14509ef72a2cae14 (diff) |
Upversion to oparent 2.0.0
Issue-ID: AAI-2494
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iebfc1d5023c2116a5d0417c829d75907e91ff546
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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> |