diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-21 11:30:40 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-21 11:30:40 -0400 |
commit | bd81df3c5f3288d831c26b463e72b595779591f7 (patch) | |
tree | e33d9b803dbe489ef93c0f0c21cd9284c77aad28 /aai-service | |
parent | 0b64786b103ae336a08d3b1f128a915eb0fdd36e (diff) |
Use released RC2 parent pom
Use released RC2 parent pom
Change-Id: I807e2bd45eb97d4edea5207cdafd8d39ef0c4060
Issue-ID: CCSDK-2345
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 30f2260f..7e755f9e 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>1.5.6-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> diff --git a/aai-service/pom.xml b/aai-service/pom.xml index ebd43406..05f67b38 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>1.5.6-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index 9df96953..5d60db01 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>1.5.6-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> |