diff options
author | Dan Timoney <dtimoney@att.com> | 2017-04-24 14:48:08 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-04-24 14:48:08 -0400 |
commit | 9e9f964cf18c0dfb9c21b5b655b0612221932070 (patch) | |
tree | 16ab84cb1144ffa70d0d2a17e2942affb4a649cb /pom.xml | |
parent | d3615740001815f534ba264ebf248c762748582b (diff) |
[SDNC-5] Rebase SDN-C oam
Apply fixes to directed graphs and docker containers discovered during
local testing
Change-Id: Ie675ecea7aa5119fb0b3ee180997b3a420be3e1b
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 596540a90b7cd031151943062b8c259314acce93
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -5,23 +5,22 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.oam</groupId> <artifactId>sdnc-oam</artifactId> - <version>1.1.0-SNAPSHOT</version> <name>SDN-C OAM</name> - <url>https://wiki.onap.org</url> + <url>https://wiki.openecomp.org</url> <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description> <issueManagement> <system>JIRA</system> - <url>https://jira.onap.org/</url> + <url>https://jira.openecomp.org/</url> </issueManagement> <scm> @@ -33,13 +32,13 @@ <ciManagement> <system>Jenkins</system> - <url>https://jenkins.onap.org/</url> + <url>https://jenkins.openecomp.org/</url> </ciManagement> <distributionManagement> <site> - <id>ecomp-site</id> - <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.artifactId}/${project.version}</url> + <id>sdnc-javadoc</id> + <url>dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> </site> </distributionManagement> <profiles> @@ -121,6 +120,7 @@ <organization> <name>AT&T</name> </organization> + <version>1.1.0-SNAPSHOT</version> </project> |