diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:55:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-09 10:56:54 -0400 |
commit | 1a3a450424753056ca602299b7f1956f995148d5 (patch) | |
tree | 93179336d1dc5549dc543c4924c105dfa4138d6a /sdnr/wt/apigateway | |
parent | fdce02008ce92b06b872b524f7a8d50406de7369 (diff) |
Use released version 1.5.9 of parent pom
Update to use released version 1.5.9 of parent pom
Issue-ID: CCSDK-2399
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id8b36bd4bdb74bd1c1fb5c53b44f9e4532383b66
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 345676a3f..36895b77e 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.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index ff5c67897..5b9b3f1aa 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.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index 25ec63ed7..9a01eb47b 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.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index e21424022..ba0a4e0e5 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.8-SNAPSHOT</version> + <version>1.5.9</version> <relativePath/> </parent> |