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 /features/ccsdk-sli-northbound-all/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 'features/ccsdk-sli-northbound-all/pom.xml')
-rw-r--r-- | features/ccsdk-sli-northbound-all/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/ccsdk-sli-northbound-all/pom.xml b/features/ccsdk-sli-northbound-all/pom.xml index 101aebae..842068f1 100644 --- a/features/ccsdk-sli-northbound-all/pom.xml +++ b/features/ccsdk-sli-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |