diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 14:17:04 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 14:17:06 -0400 |
commit | a0844ddb55a5b3a2cddc9b64c26187f93e0ca885 (patch) | |
tree | 5dc89ab5c11cae4b22db8f7c82c3415e855fc502 /pom.xml | |
parent | ceb92033a00b432b5e5898622f62364392960937 (diff) |
Upversion to oparent 2.0.0
Issue-ID: AAI-2492
Change-Id: Ia77a07d75aa9ab2aa51d7391388572f8bcd3b1e9
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> <relativePath /> </parent> @@ -503,9 +503,6 @@ limitations under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> |