diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:21:34 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:26:05 -0400 |
commit | 2a970a1e00d49aca2f8c74705275d552e12794b9 (patch) | |
tree | 1130ebf86dac50a88e904768519e7fde55b5cef4 /pom.xml | |
parent | d537d1e32b6d9a2e551b216f4c42d2dd9508b0b7 (diff) |
Prepare event-client for global-jjb
Issue-ID: AAI-2480
Change-Id: I9af21ca790105cbd7537f1dd0fbdb2d22951f0f7
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -29,12 +29,12 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.1</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>aai-event-client</name> <packaging>pom</packaging> @@ -118,16 +118,10 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>sonar-maven-plugin</artifactId> |