aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-04-21 17:36:30 -0400
committerDan Timoney <dtimoney@att.com>2017-04-24 12:19:33 -0400
commit60d5ee0c6d4cc32d6181c29ee55a67575669a0cd (patch)
treeb0e3b96732935e21058eedf05fd766be5c673f40 /pom.xml
parentc8a9ad49965b6152a0c7f3f4b7d1f7993d52f082 (diff)
[SDNC-5] Split listeners
Split dmaap-listener and ueb-listener to separate artifacts Change-Id: I7b1d5b15c8ef850ace75d4da451143ba4062b817 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index f642ab0c..c3485977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<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>
@@ -14,13 +14,13 @@
<artifactId>sdnc-northbound</artifactId>
<name>SDN-C Northbound APIs</name>
- <url>https://wiki.onap.org</url>
+ <url>https://wiki.openecomp.org</url>
<description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>
<issueManagement>
<system>JIRA</system>
- <url>https://jira.onap.org/</url>
+ <url>https://jira.openecomp.org/</url>
</issueManagement>
@@ -33,13 +33,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>
@@ -109,7 +109,8 @@
<modules>
<module>asdcApi</module>
<module>dataChange</module>
- <!-- <module>ueb-listener</module> -->
+ <module>dmaap-listener</module>
+ <module>ueb-listener</module>
<module>vnfapi</module>
<module>vnftools</module>
</modules>