diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-21 11:52:14 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-21 11:52:14 -0400 |
commit | 3a39845f917b7d2b104d56646f3cf431aee96bdd (patch) | |
tree | 7f9badf3892ca06a196e322256a397cf4c89cd2e /restapi-call-node | |
parent | fdefe5c32e481252666aa291975ce7141e985ce5 (diff) |
Use released RC2 parent pom
Use released RC2 parent pom
Change-Id: I636681c8cd6ec8dc5f38f6f73a247d91c25d0f95
Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'restapi-call-node')
-rwxr-xr-x | restapi-call-node/installer/pom.xml | 2 | ||||
-rwxr-xr-x | restapi-call-node/pom.xml | 2 | ||||
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/restapi-call-node/installer/pom.xml b/restapi-call-node/installer/pom.xml index b0dece48..a229915a 100755 --- a/restapi-call-node/installer/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restapi-call-node/pom.xml b/restapi-call-node/pom.xml index 1b916e11..95f4019c 100755 --- a/restapi-call-node/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 8af956f1..ef9438c0 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/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> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> |