diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-02-03 14:18:39 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-05 22:55:53 +0000 |
commit | 8bbecead253c30da60577ecd014d59983e4b6113 (patch) | |
tree | 870e2c2051598724cad30e0fa5e539378737e3c7 /sdnr/wt/apigateway/installer | |
parent | 2f9e781a7c3e22bf25df83dcc3ff44b885a80957 (diff) |
Migrate apigateway and helpserver
Migrate apigateway and helpserver to Aluminium
Issue-ID: CCSDK-3129
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: I6a669b7e0e5d805cab4a9e59e2b21a95fb6506f8
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/apigateway/installer')
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index f50e652e9..93aeedff7 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>2.1.0</version> + <version>2.1.1-SNAPSHOT</version> <relativePath/> </parent> @@ -62,6 +62,7 @@ <artifactId>${application.name}-provider</artifactId> <version>${project.version}</version> </dependency> + </dependencies> <build> |