diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-23 11:43:48 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-23 11:43:48 -0400 |
commit | ea876bb303a568fc0ae1dfaae8aeb10d80f699d4 (patch) | |
tree | 19a5d874aa547cb1fdfa4ad1bdff09bfb6010aa7 /pom.xml | |
parent | da1bdb2ec452a93a857a3435c1c477998cc90509 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |