summaryrefslogtreecommitdiffstats
path: root/odlparent/single-feature-parent
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-17 10:43:14 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-17 10:43:14 -0400
commit0586da4e5172ea4508b62698ded43c6c59eb7d6d (patch)
tree34886fe3e5dfb093a1414edffb777c643b0a8de6 /odlparent/single-feature-parent
parent8aa219f29e167aaab19da4feef4463409e7b624d (diff)
Remove staging plugin
Remove staging-profile, which had been needed for daily builds in old daily build jobs. Change-Id: I13d1b628268f46d59ff4521ffebf2f6d3b2b6390 Issue-ID: CCSDK-1496 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlparent/single-feature-parent')
-rw-r--r--odlparent/single-feature-parent/pom.xml28
1 files changed, 3 insertions, 25 deletions
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 76d7a58f..d3b98f6c 100644
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -11,7 +11,7 @@
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>single-feature-parent</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<parent>
<groupId>org.opendaylight.odlparent</groupId>
@@ -449,29 +449,7 @@
</profile>
<!-- End of profiles from ONAP oparent -->
- <profile>
- <id>nexus-staging</id>
- <activation>
- <property>
- <name>!altDeploymentRepository</name>
- </property>
- </activation>
- <build>
- <plugins>
- <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>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
+
<profile>
<id>yang-compile</id>
<activation>
@@ -537,7 +515,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-odl-bom</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>