summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorms236b <ms236B@att.com>2019-04-10 15:50:16 -0400
committerms236b <ms236B@att.com>2019-04-10 15:51:01 -0400
commit8cd9a1fd1e1ce724719a46307fbe8aff8feb5f6a (patch)
tree2dd8662fa22df996441e57f088980f9ccd78a685
parentc3be58f099e0a46c688fb093fb72c042ff3cc87d (diff)
fixed the repo id
Fixed an issue where the snapshot had the wrong repo id Issue-ID: DCAEGEN2-1125 Change-Id: I82d5e172ab76a96598764e542838a862303b1f17 Signed-off-by: ms236b <ms236B@att.com>
-rw-r--r--blueprint-generator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml
index e24255b..23b71ee 100644
--- a/blueprint-generator/pom.xml
+++ b/blueprint-generator/pom.xml
@@ -165,7 +165,7 @@
<distributionManagement>
<snapshotRepository>
- <id>onap-snapshots</id>
+ <id>ecomp-snapshots</id>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>