SDNC-55 Make SDNC compile 47/6647/3
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 3 Aug 2017 13:31:09 +0000 (09:31 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 3 Aug 2017 13:51:59 +0000 (09:51 -0400)
Just makes SDNC compile again by swapping in appropriate
rootpom artifactId and version.

Change-Id: Ib5c897de6c1b025e7749650fa5c42fe033a6c45d
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
pom.xml
rootpom/pom.xml

diff --git a/pom.xml b/pom.xml
index 9d56fee..f37b82f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
 
        </build>
        <modules>
+                <module>rootpom</module>
                <module>dblib</module>
                <module>sli</module>
                <module>filters</module>
index 2b3a4da..e0f709a 100755 (executable)
@@ -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>