diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-25 23:57:50 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-25 23:57:56 -0700 |
commit | 172e0a20ac4557716ec780843253383772557aee (patch) | |
tree | 44238695bc47eab95179e5a923d99bc7d7cd1813 | |
parent | 31e3330fcc45212765f2a3ef423e6b16d5f0839a (diff) |
Changing site url
Looks like content was missing from the url
Change-Id: I61583b23d91002a23d9f4c4ea08b14dafaae131f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-266
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <!-- This site is used for Javadocs --> <site> <id>ecomp-site</id> - <url>dav:${onap.nexus.url}/sites/site/org/onap/appc/${project.version}</url> + <url>dav:${onap.nexus.url}/content/sites/site/org/onap/appc/${project.version}</url> </site> <repository> <id>ecomp-releases</id> |