aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
-rw-r--r--project.clj2
2 files changed, 3 insertions, 3 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>
diff --git a/project.clj b/project.clj
index 5b34b8e..1c53cf2 100644
--- a/project.clj
+++ b/project.clj
@@ -33,7 +33,7 @@
[:name "ECOMP Release Repository"]
[:url "https://nexus.onap.org/content/repositories/releases/"]]
[:snapshotRepository
- [:id "ecomp-snapshot"]
+ [:id "ecomp-snapshots"]
[:name "ECOMP Snapshot Repository"]
[:url "https://nexus.onap.org/content/repositories/snapshots/"]]]
:profiles {:dev {:source-paths ["dev"]