[ROOTPOM FIX] Use version 1.1.0 of root pom
[sdnc/oam.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 81142b3..eff6cac 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,14 +5,13 @@
        <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>
        <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.openecomp.org</url>
@@ -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>