diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-12 04:56:03 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-12 04:56:12 +0000 |
commit | fae30a1b072d1a1559ead14b175060a08dea8b3e (patch) | |
tree | bc5c96be84bc609da50b4f58a9aa8228ffa2b285 | |
parent | 070b8cf22cdd6ad992b1a45b492b6b0ee614c362 (diff) |
Correct site url
Issue-Id: DCAEGEN2-60
Change-Id: I5395ae27d62942dbc500affd1285d3fe3194bdcc
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ </snapshotRepository> <site> <id>ecomp-site</id> - <url>dav:${nexusproxy}/content/sites/site/org/onap/dcae/apod/analytics/${project.artifactId}/${project.version}/</url> + <url>dav:${nexusproxy}/content/sites/site/org/onap/dcaegen2/analytics/tca/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> |