diff options
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> |