diff options
author | platania <platania@research.att.com> | 2017-02-17 16:42:42 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 16:42:52 -0500 |
commit | 53c4cc26e8ccb23085e97c2b66e3c88abf3dcf82 (patch) | |
tree | 37296e03fbea80ee87ca2a21c176e88c3019d804 | |
parent | 3e1177152e98f52d9097e936f493c1f294547866 (diff) |
Update master POM
Change-Id: I932e2a440c3459ec969275b42644a856b8928fdc
Signed-off-by: platania <platania@research.att.com>
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,12 +66,12 @@ <repository> <id>ecomp-releases</id> <name>Demo Release Repository</name> - <url>${nexusproxy}/content/repositories/releases/</url> + <url> https://nexus.openecomp.org/content/repositories/releases/</url> </repository> <snapshotRepository> <id>ecomp-snapshots</id> <name>Demo Snapshot Repository</name> - <url>${nexusproxy}/content/repositories/snapshots/</url> + <url> https://nexus.openecomp.org/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> |