diff options
author | 2017-06-22 10:45:55 -0400 | |
---|---|---|
committer | 2017-06-22 10:45:55 -0400 | |
commit | a376e1f6c4cb8def3019d5793d127d0dda775d66 (patch) | |
tree | fc4da610aa891fa8317127ebfef08dab857af4b0 | |
parent | 0703d177218ae265309b6f9ee78bb44afb736de2 (diff) |
[STAGING-FIX] Restore version 1.1.1 root pom
Restore version 1.1.1 of root pom that seems to have disappeared
Change-Id: I40ac76a0bd3a631b85c264ccaed88bb7e72aced8
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | rootpom/pom.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -169,11 +169,13 @@ </build> <modules> + <!-- <module>dblib</module> <module>sli</module> <module>filters</module> <module>sliPluginUtils</module> <module>sliapi</module> + --> </modules> <organization> <name>OpenECOMP</name> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index dff3806..668e4bc 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -157,7 +157,7 @@ <packaging>pom</packaging> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.1.2</version> + <version>1.1.1</version> <dependencyManagement> |