diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-14 16:38:29 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-14 16:38:42 -0400 |
commit | 578c3f9bfe065702536a7e35def563f4449a56fa (patch) | |
tree | c04d01945d53da99634fd88a56fdb19efa6571cd /a1-adapter/a1-adapter-api/pom.xml | |
parent | e628c2616e808d7ab129e412410f8aa00eb837c9 (diff) |
Use phosphorus version of parents
Update to use phosphorus version of parent poms
Issue-ID: CCSDK-3568
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia7e0847f5dbc0dd1f75ddecc2326c902de7bc560
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 aefb1583..e5bbd00c 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.2</version> + <version>2.3.3-SNAPSHOT</version> <relativePath/> </parent> |