diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:32:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:32:00 -0400 |
commit | a96e0df448ea8ac3d46b7c34313354d07aec354b (patch) | |
tree | 4fbb1a4908960252d6bfc9719c59d7ca362fb5be /artifacts/pom.xml | |
parent | ce5764e8ae35acb1e987fb1fdaa8b355043be524 (diff) |
Use released 2.0.2 parent pom
Update to use released 2.0.2 version of parent poms
Change-Id: I92f70100cb5526f99c6e525e8860e613067f66de
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'artifacts/pom.xml')
-rwxr-xr-x | artifacts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml index b9855f6b..36c33ed6 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> |