[SDNC-14] Force creation of 1.1.0 root pom 53/4653/4
authorDan Timoney <dtimoney@att.com>
Mon, 5 Jun 2017 17:30:45 +0000 (13:30 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 5 Jun 2017 18:58:19 +0000 (14:58 -0400)
Work around issues with nexus staging by rolling root pom version back to 1.1.0
and commenting out parent and modules in top level pom.xml

Change-Id: I97c17493dd94f2e9adad2b5014af60890175ddc7
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml
rootpom/pom.xml

diff --git a/pom.xml b/pom.xml
index 71ba54a..6b0badd 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
        <url>https://wiki.openecomp.org</url>
        <description>The SDN-C core components contains the SLI, dblib and root pom</description>
 
+<!--
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>root</artifactId>
-               <version>1.1.1</version>
+               <version>1.1.0</version>
                <relativePath>rootpom/pom.xml</relativePath>
        </parent>
+-->
 
        <issueManagement>
                <system>JIRA</system>
                </plugins>
 
        </build>
+<!--
        <modules>
                <module>dblib</module>
                <module>sli</module>
                <module>sliPluginUtils</module>
                <module>sliapi</module>
        </modules>
+-->
        <organization>
                <name>OpenECOMP</name>
        </organization>
index 668e4bc..49cb371 100755 (executable)
        <packaging>pom</packaging>
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>root</artifactId>
-       <version>1.1.1</version>
+       <version>1.1.0</version>
 
 
                <dependencyManagement>