From 4e0ef3703656ccd0c8e58f218c88c205a9acee9d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 22 Jun 2017 17:27:19 -0400 Subject: [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: I73a3eff2aae780911b3647cde1807db3dc21614b Signed-off-by: Dan Timoney --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78d46ee..9822b94 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.openecomp.sdnc.core root - 1.1.2 + 1.1.0 4.0.0 -- cgit 1.2.3-korg