aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-22 17:24:04 -0400
committerDan Timoney <dtimoney@att.com>2017-06-22 17:24:04 -0400
commita195ed9786f576aafe9bedcf7cddbb9edf0184c8 (patch)
tree46a271dbc65a4ee0ca36e0d81ef359c495b7fcb5
parent9af18dce32f6315d1f3a36bbf8fd455cf7d3b009 (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: Ib32aadc00000d3de96b2c556cbefd8f0b07f97c4 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index dd1566f..5ec634e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.1.2</version>
+ <version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>