aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-06-14 11:15:09 +0200
committersebdet <sebastien.determe@intl.att.com>2019-06-14 11:24:43 +0200
commit2249cf39e5ea07969a35754fc72db40d6de90904 (patch)
treec56e3d91492e22b8d0b00c895ea7cdddea1b6f9c /pom.xml
parentea19562bb90690253f6b7d908b1e1cccef3745a7 (diff)
change required for new release
Change required for new release management Issue-ID: CLAMP-409 Change-Id: I36b4dc4b8c653cdd5a5a59941b3a4659774cec00 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 6 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 6e4fc50a..517ff341 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,12 +27,12 @@
<version>4.0.5-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.
@@ -921,18 +921,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>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>