diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-09-02 13:31:56 +0200 |
---|---|---|
committer | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-09-02 13:32:10 +0200 |
commit | 6f9c3d2cea04a2af7a73d8df1de87d584b277552 (patch) | |
tree | 2913e687b882050b3cd3bdaf2fcb3fcc063eb491 /sdnr/wt/apigateway | |
parent | 34f89faa64f815d5cf33d0905046eaf392017b39 (diff) |
fixed sdnr startup issues
resolved missing artifact. increse parent version
Issue-ID: CCSDK-3751
Change-Id: Ia426505d8144ccaa200e83b4e691355af57bd56e
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
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 a4bce62b2..a0d2a20e1 100644 --- a/sdnr/wt/apigateway/feature/pom.xml +++ b/sdnr/wt/apigateway/feature/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.4.1</version> + <version>2.4.2-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index 77171610a..074c4e94a 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1</version> + <version>2.4.2-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index b526cf387..ca74113b8 100755 --- a/sdnr/wt/apigateway/pom.xml +++ b/sdnr/wt/apigateway/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1</version> + <version>2.4.2-SNAPSHOT</version> <relativePath/> </parent> diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml index 4f1b7bdc3..0774e8d48 100644 --- a/sdnr/wt/apigateway/provider/pom.xml +++ b/sdnr/wt/apigateway/provider/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.1</version> + <version>2.4.2-SNAPSHOT</version> <relativePath/> </parent> |