aboutsummaryrefslogtreecommitdiffstats
path: root/products/pom.xml
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-05-14 18:08:41 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-05-14 18:08:41 +0530
commit3ec4fe1a420c0bc440e433194c6c7e45e494787b (patch)
tree078a1bd3d532bee3b1403ade90e7c89742ef29b3 /products/pom.xml
parentb6a27e640cba472d090090e990fae8856a6871f3 (diff)
Set version to 3.0.0
Issue-ID: CLI-129 Change-Id: I5e7ec06080210c547e65b1d11acbdf8fa6e1ec7e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/pom.xml')
-rw-r--r--products/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/products/pom.xml b/products/pom.xml
index c07955cf..4469dcb9 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>2.0.6</version>
+ <version>3.0.0</version>
</parent>
<artifactId>cli-products</artifactId>
@@ -59,19 +59,18 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>onap-casablanca</module>
<module>onap-dublin</module>
</modules>
</profile>
<profile>
- <id>onap-beijing</id>
+ <id>onap-casablanca</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
- <module>onap-beijing</module>
+ <module>onap-casablanca</module>
</modules>
- </profile>
+ </profile>
<profile>
<id>eol</id>
<activation>
@@ -80,6 +79,7 @@
<modules>
<module>openecomp</module>
<module>onap-amsterdam</module>
+ <module>onap-beijing</module>
</modules>
</profile>
</profiles>