diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-10 15:01:20 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-10 15:01:20 -0700 |
commit | 445056740d0f24e45d0c8f90cc024bbc090165b4 (patch) | |
tree | 9095ec4a572d34a6fbdd3d469f3b8c5bbc1aa05a /vid-app-common/pom.xml | |
parent | 4b49617c80ada42ee41f3eb118898f7872f794e8 (diff) |
Migrate to gerrit-maven-stage (VID)
Update oparent version to 2.0.0 which supports
global-jjb maven-stage job.
Remove the usage of maven-staging plugin since it
will become deprecated soon.
Change-Id: I295d7c17374a49ff0125a50d8765fe295b55c4d8
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 0e12d6cfa..2795239e3 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.3</version> + <version>2.0.0</version> <relativePath/> </parent> @@ -126,18 +126,6 @@ </execution> </executions> </plugin> - - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> |