diff options
Diffstat (limited to 'odlparent/feature-repo-parent/pom.xml')
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index 513081db..bca3619b 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -11,7 +11,7 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-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> |