Rename root poms by ODL release
Change artifactIds of root poms to identify which ODL release it aligns to. Update sdnc-core to compile against boron-sr1, as was done before build broke
Issue: SDNC-42
Change-Id: Ib9365706152dfdcd159aa56088b2d47eb5e88e34
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/rootpom/pom.xml b/rootpom/pom.xml
index e0f709a..7045309 100644
--- 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>root</artifactId>
- <version>1.1.1</version>
+ <artifactId>rootpom</artifactId>
+ <version>1.1.0</version>
<name>SDNC Root</name>
@@ -734,6 +734,7 @@
<name>OpenECOMP</name>
</organization>
<modules>
+ <module>root</module>
<module>boron-sr1</module>
<module>boron-sr3</module>
</modules>