summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-04-23 11:43:48 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-04-23 11:43:48 -0400
commitea876bb303a568fc0ae1dfaae8aeb10d80f699d4 (patch)
tree19a5d874aa547cb1fdfa4ad1bdff09bfb6010aa7 /pom.xml
parentda1bdb2ec452a93a857a3435c1c477998cc90509 (diff)
Use released parent pom
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>
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 8fac91a2..5e2fcd51 100644
--- 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>