aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-18 14:23:04 -0400
committerC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-18 14:24:38 -0400
commit0e3c742bec42615ac1576d07c8fa322512e4c215 (patch)
tree1c7efeabe3b356d1e9b18b2e9d08fb37f64264d3 /pom.xml
parenta0aa3d2db20d0afc00b34c5db9fcac3b06299237 (diff)
Cleanup pom.xml
- Remove unused repos - Modelled on (https://gerrit.onap.org/r/#/c/67165/1) Issue-ID: AAI-1547 Change-Id: I05d49020bf67a502cfef82aa563bed54c096d6bd Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml30
1 files changed, 5 insertions, 25 deletions
diff --git a/pom.xml b/pom.xml
index 7d540d4..5f12412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<name>aai-chameleon</name>
<description/>
<scm>
- <tag>bc462e353ad91efce900a4bd19879a2e8496605e</tag>
+ <tag>a0aa3d2db20d0afc00b34c5db9fcac3b06299237</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -146,28 +146,8 @@
</releases>
</repository>
<repository>
- <id>onap-releases</id>
- <url>https://nexus.onap.org/content/repositories/releases/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>onap-public</id>
- <url>https://nexus.onap.org/content/repositories/public/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>ecomp-staging</id>
- <url>https://nexus.onap.org/content/repositories/staging/</url>
+ <id>ecomp-snapshots</id>
+ <url>https://nexus.onap.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -176,8 +156,8 @@
</releases>
</repository>
<repository>
- <id>ecomp-snapshots</id>
- <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+ <id>onap-releases</id>
+ <url>https://nexus.onap.org/content/repositories/releases/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>