diff options
author | 2017-03-31 16:25:47 -0400 | |
---|---|---|
committer | 2017-03-31 16:25:56 -0400 | |
commit | 50d1db67a3449c7aeac499eb4698b79d4bed77ab (patch) | |
tree | 173dd0810d55d152f0bf7373c4a232200383d86d | |
parent | 974b67dd4021e6e839eaad25366bffe6d7a414c8 (diff) |
[SDNC-5] Update rootpom version
Create new rootpom version to avoid caching issue with old version of root pom
Change-Id: I0576fcabce4c6437b158d001fb5fcc309f02058b
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | rootpom/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <relativePath>rootpom/pom.xml</relativePath> </parent> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 4938811..b87970e 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -156,7 +156,7 @@ <packaging>pom</packaging> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <dependencyManagement> |