diff options
author | Dan Timoney <dtimoney@att.com> | 2020-05-21 12:31:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-21 12:31:49 -0400 |
commit | caf2fe4a36c231a2639579e4ae4e6f4dfccfc933 (patch) | |
tree | bb6556bd0c287791bd346420434f9b52ee6f2294 /sdnr/wt/apigateway | |
parent | 35d3fd076cf2637ac792b24e86143be62f5bcf1e (diff) |
Use released RC2 parent pom
Use released RC2 parent pom
Issue-ID: CCSDK-2345
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I4967979b060df986994508a941e1746adb7cf418
Diffstat (limited to 'sdnr/wt/apigateway')
-rw-r--r-- | sdnr/wt/apigateway/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/apigateway/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/apigateway/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sdnr/wt/apigateway/feature/pom.xml b/sdnr/wt/apigateway/feature/pom.xml index 2e5a74760..f05fda5b3 100644 --- a/sdnr/wt/apigateway/feature/pom.xml +++ b/sdnr/wt/apigateway/feature/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index 6560cac18..385b71914 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index 33925c7f2..4bf7293e0 100755 --- a/sdnr/wt/apigateway/pom.xml +++ b/sdnr/wt/apigateway/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index 0fe26beeb..237a290b3 100644 --- a/sdnr/wt/apigateway/provider/pom.xml +++ b/sdnr/wt/apigateway/provider/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6</version> <relativePath/> </parent> |