diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-05 09:05:23 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-05 09:21:14 -0400 |
commit | 4b9589a1206f864a492dba84041a34c1fc0298a5 (patch) | |
tree | 22bf121b15561cbf3f70a5a3a14224a6a7401217 /ansible-server | |
parent | a56617de3c395d12fb013de468d14f3a0d769c2a (diff) |
Use released versions of maven artifacts
Use released versions of maven artifacts to create docker images
Change-Id: I00e7a589b82282d69a2d6315f9e4652e3c0ea332
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ansible-server')
-rw-r--r-- | ansible-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml index ffffdecd..29504654 100644 --- a/ansible-server/pom.xml +++ b/ansible-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> |