diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 15:52:56 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 15:52:58 -0400 |
commit | 00f565e48081d48a0608f68a3a08611d358fb7b6 (patch) | |
tree | f930cec5a2167e6732e7f170ea725f67bb0a8c14 | |
parent | c35b399ea90c490f01f30a865df3f7d6de3a204d (diff) |
Upversion to oparent 2.0.0
Issue-ID: AAI-2501
Change-Id: Id24cc90272156f0167c707e718757ac0a659ab01
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -32,7 +32,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> <relativePath /> </parent> @@ -250,7 +250,11 @@ <build> <finalName>${project.artifactId}</finalName> <plugins> - <plugin> + <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> <version>${spring-boot.version}</version> |