Use released parent pom 01/44201/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Mon, 23 Apr 2018 15:43:48 +0000 (11:43 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Mon, 23 Apr 2018 15:43:48 +0000 (11:43 -0400)
Update ccsdk/distribution to use released version of parent pom.
This version specifies versions of maven artifact properties as
released versions, so net effect is to build from released/staging
version of artifacts instead of snapshots.

Change-Id: Ib74c8fd063c9f70390409f4f77618659ea4cc488
Issue-ID: CCSDK-249
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 8fac91a..5e2fcd5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <groupId>org.onap.ccsdk.distribution</groupId>