aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-05 13:30:45 -0400
committerDan Timoney <dtimoney@att.com>2017-06-05 14:58:19 -0400
commit34edd8887b0fcee6a394567e41f760153a2a9d26 (patch)
tree00ccb7cb7a93738cc42d0df64bbcdf1164f7e66a
parentae1e918820b3b4e70b7844b3c1d6c45dcde3b22d (diff)
[SDNC-14] Force creation of 1.1.0 root pom
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>
-rwxr-xr-xpom.xml6
-rwxr-xr-xrootpom/pom.xml2
2 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 71ba54a..6b0badd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -10,12 +10,14 @@
<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>
@@ -168,6 +170,7 @@
</plugins>
</build>
+<!--
<modules>
<module>dblib</module>
<module>sli</module>
@@ -175,6 +178,7 @@
<module>sliPluginUtils</module>
<module>sliapi</module>
</modules>
+-->
<organization>
<name>OpenECOMP</name>
</organization>
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index 668e4bc..49cb371 100755
--- a/rootpom/pom.xml
+++ b/rootpom/pom.xml
@@ -157,7 +157,7 @@
<packaging>pom</packaging>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.1.1</version>
+ <version>1.1.0</version>
<dependencyManagement>