aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-18 13:14:52 -0400
committerC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-18 13:16:10 -0400
commita0aa3d2db20d0afc00b34c5db9fcac3b06299237 (patch)
treec4ac3bd16c1e213073c8b0576cbe45ade70189ab /pom.xml
parentbc462e353ad91efce900a4bd19879a2e8496605e (diff)
Fix snapshot serverID name
Missing "s" in "snapshots" (replacement for https://gerrit.onap.org/r/#/c/67167/1) Change-Id: Ia06cd90fba301fffaf750dd7b98b09cb0bd60134 Issue-ID: CIMAN-33 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0484b40..7d540d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<name>aai-chameleon</name>
<description/>
<scm>
- <tag>2d27954676842e1562c18ec28ca4fb8c13899cb4</tag>
+ <tag>bc462e353ad91efce900a4bd19879a2e8496605e</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -315,7 +315,7 @@
<url>https://nexus.onap.org/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>ecomp-snapshot</id>
+ <id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>