Use oparent in distribution
Use version 0.0.2-SNAPSHOT of CCSDK parent pom to pick up oparent properties.
This will enable staging plugin, which will resolve daily build issue.
Change-Id: Ia418db6daab463d7f4199856fcd51e5a5bfab861
Issue-ID: CCSDK-56
Signed-off-by: Dan Timoney <dtimoney@att.com>
diff --git a/pom.xml b/pom.xml
index fce592f..26d6013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-carbon-sr1</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>