summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>2017-10-05 16:23:56 +0100
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>2017-10-05 16:23:56 +0100
commitab6eeb146eff31ec3b28076f85d967d342b58b59 (patch)
tree19cc9816293a65f950fd1b56ab6a0d8a2d3d7a51
parentc20301d688d183fb7911ff5c346c88b174df37f1 (diff)
Adding repositories to pom
Adding staging repository and updating babel groupId Change-Id: I1929738d0f130fdce4edea2ff9c58f626c2a47cb Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 776dd91..6caa375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<groupId>com.att.ajsc</groupId>
<version>2.0.0</version>
</parent>
- <groupId>org.onap.aai</groupId>
+ <groupId>org.onap.aai.babel</groupId>
<artifactId>babel</artifactId>
<version>2.0.0-SNAPSHOT</version>
@@ -172,6 +172,14 @@
</dependency>
</dependencies>
+ <repositories>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>ECOMP Staging Repository</name>
+ <url>${onap.nexus.url}/content/repositories/staging/</url>
+ </repository>
+ </repositories>
+
<build>
<plugins>