diff options
author | talasila <talasila@research.att.com> | 2017-03-24 11:33:52 -0400 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-24 11:34:02 -0400 |
commit | 0ed20dd943757b38d39b42d82ce7bf50c46c0850 (patch) | |
tree | e4640bc14b2437204e555cfec0fe2d19d16063aa | |
parent | b31e12fcd72519cc667e81084853a9d27289e12b (diff) |
staging repo added
Change-Id: I053cc78436fd442acd3674a861b0ee9f85cb77dd
Signed-off-by: talasila <talasila@research.att.com>
-rw-r--r-- | ecomp-sdk/sdk-app/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml index 9e20347..844f4cd 100644 --- a/ecomp-sdk/sdk-app/pom.xml +++ b/ecomp-sdk/sdk-app/pom.xml @@ -71,6 +71,12 @@ <url>https://nexus.openecomp.org/content/repositories/snapshots/</url> </repository> <repository> + <!-- Staging repository has ECOMP staging artifacts --> + <id>ecomp-staging</id> + <name>OpenECOMP - Staging Repository</name> + <url>https://nexus.openecomp.org/content/repositories/staging/</url> + </repository> + <repository> <!-- Snapshots repository has ECOMP snapshot artifacts --> <id>oss-snapshots</id> <name>oss Central - Snapshots</name> |