diff options
author | 2017-08-03 09:31:09 -0400 | |
---|---|---|
committer | 2017-08-03 09:51:59 -0400 | |
commit | 63c3432d025e032ae502d40666cdda498f9ab76c (patch) | |
tree | 15bbe9068d58ab3d2b4a4c0b06995ce66ca57c55 | |
parent | e0fda6c1600989ca9b1903e34026e9d8aa59b128 (diff) |
SDNC-55 Make SDNC compile
Just makes SDNC compile again by swapping in appropriate
rootpom artifactId and version.
Change-Id: Ib5c897de6c1b025e7749650fa5c42fe033a6c45d
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
-rwxr-xr-x | pom.xml | 1 | ||||
-rwxr-xr-x | rootpom/pom.xml | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -169,6 +169,7 @@ </build> <modules> + <module>rootpom</module> <module>dblib</module> <module>sli</module> <module>filters</module> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 2b3a4da..e0f709a 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -5,8 +5,8 @@ <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.core</groupId> - <artifactId>rootpom</artifactId> - <version>1.1.0</version> + <artifactId>root</artifactId> + <version>1.1.1</version> <name>SDNC Root</name> |