diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:35:04 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:35:04 -0400 |
commit | 932b722c65f6be8f1009c0e3726b2f7e3cb2a8ae (patch) | |
tree | f19b65ed6323a08c2a9bbefd6eb3bc30b8ccdd04 /a1-adapter/features/a1-adapter-northbound | |
parent | ce73f67e5ed84c969e4715d8912d4c6f92fbd2b0 (diff) |
Use released 2.0.2 parent pom
Update to use released 2.0.2 version of parent poms
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8391c4460527ea2f59142a635d7a98421c28afd5
Diffstat (limited to 'a1-adapter/features/a1-adapter-northbound')
-rw-r--r-- | a1-adapter/features/a1-adapter-northbound/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-adapter/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml index c70a4749..577b2a33 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/pom.xml @@ -25,7 +25,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> |