aboutsummaryrefslogtreecommitdiffstats
path: root/components/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-04 10:43:33 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-11 17:55:52 -0500
commit4e08795acadc769817fac2250804a8fa33d36aea (patch)
tree254e887f1ceaff8a7019acfacd360202f31ac485 /components/pom.xml
parent3b1234d75258cf0e90a45553e18eedfefad4845d (diff)
Update to use correct parent pom
Updated neng microservice to use springboot v1 parent as opposed to odlparent. Without that change, javadoc was failing when compiled with Fluorine version of odlparent-lite parent pom. Change-Id: I677278d90869f493c281c7c5432b271dd43e7513 Issue-ID: CCSDK-870 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'components/pom.xml')
-rw-r--r--components/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pom.xml b/components/pom.xml
index 6310c588e..5b8768cea 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.ccsdk.apps</groupId>
<artifactId>ccsdk-apps</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>components</artifactId>