[ROOTPOM FIX] Use version 1.1.0 of root pom
[sdnc/northbound.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ece7873..f0a6260 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>root</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.0</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <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,7 +33,7 @@
 
        <ciManagement>
                <system>Jenkins</system>
-               <url>https://jenkins.onap.org/</url>
+               <url>https://jenkins.openecomp.org/</url>
        </ciManagement>
 
        <distributionManagement>
@@ -51,7 +51,6 @@
                                </property>
                        </activation>
                        <build>
-                               <pluginManagement>
                                        <plugins>
                                                <plugin>
                                                        <groupId>com.blackducksoftware.integration</groupId>
@@ -74,7 +73,6 @@
                                                </plugin>
                                        </plugins>
 
-                               </pluginManagement>
 
                        </build>
 
        <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>
        <organization>
                <name>AT&amp;T</name>
        </organization>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.2-SNAPSHOT</version>
 
 
 </project>