aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-22 17:18:50 -0400
committerDan Timoney <dtimoney@att.com>2017-06-22 17:18:50 -0400
commitf59bc7a121cdbc3cdd2fcf84b76dc0a5bfb9ca78 (patch)
treeeecc858d71c7eeb06a033f109b291b71ca595d1b
parent692948bfb7db923cf60754bba97290c31005b902 (diff)
[ROOTPOM FIX] Use version 1.1.0 of root pom
To avoid 'disappearing' root poms, change root pom version to 1.1.0. If later version is used, Jenkins build will look for earlier versions as part of build and if they disappear, build will fail. If root pom stays frozen at 1.1.0, it will be recreated daily as part of daily build. Change-Id: I27765e2effadb87ca8e401b2b1aa729669948c21 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 81622c2..9d56fee 100755
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.1.2</version>
+ <version>1.1.0</version>
<relativePath>rootpom/pom.xml</relativePath>
</parent>
@@ -169,13 +169,11 @@
</build>
<modules>
- <!--
<module>dblib</module>
<module>sli</module>
<module>filters</module>
<module>sliPluginUtils</module>
<module>sliapi</module>
- -->
</modules>
<organization>
<name>OpenECOMP</name>