diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-30 07:57:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-30 07:57:06 -0400 |
commit | 67dffb876a7cf68fe2d82c3b961087fd266e6c51 (patch) | |
tree | c331e823a7dcd41fb20b2f3b218b9af67475616c /pom.xml | |
parent | 748ba9259df88cf8cc76a61c4ef1c36c04ebf397 (diff) |
Use released version of ccsdk parent pom
Use released version 2.0.2 of CCSDK parent pom
Change-Id: I2e355f9bddb8dec096aba7ac73e059cf7ce94b47
Issue-ID: SDNC-1402
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 3d8bd451ab2814ed0a27b892892e1d65907b434c
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | 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>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |