aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-22 17:28:01 -0400
committerDan Timoney <dtimoney@att.com>2017-06-22 17:28:01 -0400
commit31288edecedd324b872ff764dfb6da0ebbc3e69b (patch)
tree152ff39c1c01ec6cff6de47021c74bb8183f27b8
parent04ff4d51bc961b3d7aff5f617bb28e1d0663d586 (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: Id93bfb0330749f5eba193f5c5df039b6f31622a4 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9a448293e85936f113e01f6bca1b30dbc2923fc2
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3e9357e2..eff6cacf 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>