diff options
author | KAPIL SINGAL <ks220y@att.com> | 2022-03-28 15:50:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-28 15:50:55 +0000 |
commit | 75978a77bc2d332b23506bc3fc37cf34a809e277 (patch) | |
tree | 88b1fc406c04a59fac66bb95db9b6dec895cb9fc /a1-adapter/a1-adapter-api/pom.xml | |
parent | db8ecfce3fba503ffe86fb49d6e3b32aa6f62221 (diff) | |
parent | 9267c7ea57e05bf405205818354436c32ef0e609 (diff) |
Merge "Use released parent pom 2.3.3"1.3.0
Diffstat (limited to 'a1-adapter/a1-adapter-api/pom.xml')
-rw-r--r-- | a1-adapter/a1-adapter-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-adapter/a1-adapter-api/pom.xml b/a1-adapter/a1-adapter-api/pom.xml index e5bbd00c..480cde7e 100644 --- a/a1-adapter/a1-adapter-api/pom.xml +++ b/a1-adapter/a1-adapter-api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.3</version> <relativePath/> </parent> |