aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-06-13 13:48:04 +0200
committerSébastien Determe <sebastien.determe@intl.att.com>2019-06-13 12:47:17 +0000
commita5243a4735e5bc505e96c3665f9775a7660555c8 (patch)
tree6282d0a811da78208e630e17046105a7c6e51e26 /pom.xml
parent493e9e7dc5a1be2af4f326bb0bd296ced9fb25eb (diff)
change required for new release
Change required for new release management Issue-ID: CLAMP-409 Change-Id: I1e07f029455dff134e00d39051a0859c4cc11457 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 6 insertions, 19 deletions
diff --git a/pom.xml b/pom.xml
index ea4888b6..ec1033b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<version>4.1.0-SNAPSHOT</version>
<name>clamp</name>
-<!-- -->
-<!-- <parent> -->
-<!-- <groupId>org.onap.oparent</groupId> -->
-<!-- <artifactId>oparent</artifactId> -->
-<!-- <version>1.2.3</version> -->
-<!-- </parent> -->
+
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>2.0.0</version>
+ </parent>
<description>
This project build the ONAP CLAMP JAR that contains CLAMP back-end code and its UI part.
@@ -919,19 +919,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>https://nexus.onap.org</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- <skipNexusStagingDeployMojo>${skip.staging.artifacts}</skipNexusStagingDeployMojo>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>