Update root pom
[sdnc/oam.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0915fa9..37030ef 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,24 +4,23 @@
 
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <artifactId>root</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <artifactId>root-boron-sr1</artifactId>
+               <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,7 +32,7 @@
 
        <ciManagement>
                <system>Jenkins</system>
-               <url>https://jenkins.onap.org/</url>
+               <url>https://jenkins.openecomp.org/</url>
        </ciManagement>
 
     <distributionManagement>
@@ -51,7 +50,6 @@
                                </property>
                        </activation>
                        <build>
-                               <pluginManagement>
                                        <plugins>
                                                <plugin>
                                                        <groupId>com.blackducksoftware.integration</groupId>
@@ -74,7 +72,6 @@
                                                </plugin>
                                        </plugins>
 
-                               </pluginManagement>
 
                        </build>
 
        </build>
        <modules>
                <module>admportal</module>
+               <module>dgbuilder</module>
                <module>platform-logic</module>
        </modules>
 
        <organization>
                <name>AT&amp;T</name>
        </organization>
+       <version>1.1.2-SNAPSHOT</version>
 
 
 </project>