diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:15:56 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 17:15:57 -0400 |
commit | 56d162015b3570171fe674221852323caac59a35 (patch) | |
tree | f43f3d7880567f1f03582986a49b122c7177d1a8 /pom.xml | |
parent | f3d2c38692bdf4c1948db51b9621809bf8d2ea0b (diff) |
Prepare logging-service for global-jjb
Issue-ID: AAI-2479
Change-Id: I638197ff2c382341469a598061b13c0c1cbf8c02
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -24,13 +24,13 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>aai-logging-service</name> <properties> @@ -109,17 +109,9 @@ limitations under the License. </executions> </plugin> --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |