diff options
author | Michael Lando <ml636r@att.com> | 2017-08-16 09:53:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-16 09:53:53 +0000 |
commit | 11f0704f4f1186ae33230e80376aa9459dcfd737 (patch) | |
tree | 96aae6f2076c2283e4c9c1792c07df9cc7544899 | |
parent | cc6168b5ca4fbec2bd0f4e697a3a123fe7952422 (diff) | |
parent | 317e3bcd63223aa1c168491eacdccc3b40046bca (diff) |
Merge "[SDC-236] - Added ecomp-public repository"
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -419,6 +419,11 @@ <name>Snapshots Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </repository> + <repository> + <id>ecomp-public</id> + <name>Public Repository</name> + <url>${nexus.proxy}/content/repositories/public/</url> + </repository> <!-- LF repositories END--> </repositories> |