diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.0.0</version> + <version>3.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> @@ -54,4 +54,27 @@ limitations under the License. </snapshotRepository> </distributionManagement> + <repositories> + <repository> + <id>ecomp-releases</id> + <url>https://nexus.onap.org/content/repositories/releases</url> + </repository> + <repository> + <id>ecomp-snapshots</id> + <url>https://nexus.onap.org/content/repositories/snapshots</url> + </repository> + </repositories> + + <pluginRepositories> + + <pluginRepository> + <id>ecomp-releases</id> + <url>https://nexus.onap.org/content/repositories/releases</url> + </pluginRepository> + <pluginRepository> + <id>ecomp-snapshots</id> + <url>https://nexus.onap.org/content/repositories/snapshots</url> + </pluginRepository> + </pluginRepositories> + </project> |