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 /dependencies | |
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 'dependencies')
-rwxr-xr-x | dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 84173f05..49984226 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <relativePath/> </parent> |