summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-27 14:45:02 -0500
committerDan Timoney <dtimoney@att.com>2017-11-27 14:45:02 -0500
commite93b75f8a145db651274ef7f992d7145fc7c98ee (patch)
treea387686a6687f7a846879f441af7479448912ffc
parenteb22cfa99473219f2ad4a88381c63ba977a107c7 (diff)
Fix oparent version
Release version of oparent is 0.1.1 not 1.0.0 Change-Id: Icc723c6e2abab0dc21a10b3c1dee274615c54972 Issue-ID: CCSDK-147 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c1b8310b..e6c2fc30 100755
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent-odlparent</artifactId>
- <version>1.0.0</version>
+ <version>0.1.1</version>
<relativePath />
</parent>
<dependencyManagement>