aboutsummaryrefslogtreecommitdiffstats
path: root/rootpom/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-07 10:07:09 -0400
committerDan Timoney <dtimoney@att.com>2017-08-07 11:02:16 -0400
commit8e2c970b36e8af68a5e1259ef1e1bc5eef9d1546 (patch)
treefc911b7bb51b779258d2c7d69680cd651eb1c66a /rootpom/pom.xml
parentb7efed2d2cdeafbba702013de8e365a0883fab5d (diff)
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>
Diffstat (limited to 'rootpom/pom.xml')
-rw-r--r--rootpom/pom.xml5
1 files changed, 3 insertions, 2 deletions
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>