aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Goulding <ryandgoulding@gmail.com>2017-08-03 09:31:09 -0400
committerRyan Goulding <ryandgoulding@gmail.com>2017-08-03 09:51:59 -0400
commit63c3432d025e032ae502d40666cdda498f9ab76c (patch)
tree15bbe9068d58ab3d2b4a4c0b06995ce66ca57c55
parente0fda6c1600989ca9b1903e34026e9d8aa59b128 (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-xpom.xml1
-rwxr-xr-xrootpom/pom.xml4
2 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 9d56fee..f37b82f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>