summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-09-06 13:12:40 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-09-06 13:12:40 -0700
commit6fd61b5fa717862fa554fa4c4a076f56be3aaac1 (patch)
treecb4d625cc8ea71c251c7b97c20a7014585d6e1c5 /pom.xml
parent06f07c4d7d34e707127c082ffb0a6c62c21c5929 (diff)
Don't warn on artifacts with same groupId
Modify version-manifest to skip warnings on artifacts that are in the same groupId as the project being checked. Change-Id: I14afdfbba4b175e0158cdf91a1aac7d1dbc34da9 Issue-id: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c19d6991f..3e0aea311 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1</version>
</parent>
<name>integration</name>
<groupId>org.onap.integration</groupId>