aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-03-31 15:03:13 -0400
committerDan Timoney <dtimoney@att.com>2017-03-31 15:11:48 -0400
commit974b67dd4021e6e839eaad25366bffe6d7a414c8 (patch)
treec16b969e86323ed8b0914253b1c74d42d31a7ed1 /pom.xml
parente0451f75b26082418757f279351c2d3e29c0a5c8 (diff)
[SDNC-5] Rebase sdnc-core
Upgrade to OpenDaylight Boron release, and sync changes made since 16.10 release to ONAP SDN-C distribution Change-Id: I20bef9e6d0008c4436b5624ce839bbb70ecc20a5 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 4469f9a..a305621 100755
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,9 @@
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>sdnc-core</artifactId>
+
<name>SDN-C Core Components</name>
- <url>https://wiki.onap.org</url>
+ <url>https://wiki.openecomp.org</url>
<description>The SDN-C core components contains the SLI, dblib and root pom</description>
<parent>
@@ -21,7 +22,7 @@
<issueManagement>
<system>JIRA</system>
- <url>http://jira.onap.org/</url>
+ <url>http://jira.openecomp.org/</url>
</issueManagement>
@@ -34,7 +35,7 @@
<ciManagement>
<system>Jenkins</system>
- <url>https://jenkins.onap.org/</url>
+ <url>https://jenkins.openecomp.org/</url>
</ciManagement>
@@ -55,7 +56,6 @@
</property>
</activation>
<build>
- <pluginManagement>
<plugins>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
@@ -78,7 +78,7 @@
</plugin>
</plugins>
- </pluginManagement>
+
</build>
@@ -172,7 +172,6 @@
</build>
<modules>
- <module>rootpom</module>
<module>dblib</module>
<module>filters</module>
<module>sli</module>