aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-06-22 17:24:56 -0400
committerDan Timoney <dtimoney@att.com>2017-06-22 17:24:56 -0400
commitdabece4d2ff0746ec5cc8c0858a3f7d1d90fde7f (patch)
tree56c294f8d74ac9886d27553983ea18d64d85a483
parent994192aaa6478a5ca89ba6cde8134326d5901f48 (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: Ifedf465048d63d35226a27244491eceaec17223b Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1d21bf03..f0a62609 100644
--- 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>