diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:31:14 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:31:14 -0400 |
commit | b27f7b47a0c88dff5d6b1a47229c5127022ac36b (patch) | |
tree | 34d1e206af0dc4d50e25a5e7daba56556015ea8f /aai-service | |
parent | 6aaa8fe86a92e06d92ca8c9df5a99baf84cb01aa (diff) |
Use released 2.0.2 parent pom
Update to use released 2.0.2 version of parent poms
Change-Id: I7ef423d9de2f850c877ac0cb6d67499f533e2a77
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service')
-rwxr-xr-x | aai-service/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/pom.xml | 2 | ||||
-rwxr-xr-x | aai-service/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-service/installer/pom.xml b/aai-service/installer/pom.xml index 4876371d..a9099d20 100755 --- a/aai-service/installer/pom.xml +++ b/aai-service/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index bad60059..41dd93a7 100755 --- a/aai-service/pom.xml +++ b/aai-service/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index aea79658..f96c1c03 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |