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/netconfnode-state-service/pom.xml | |
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/netconfnode-state-service/pom.xml')
-rwxr-xr-x | sdnr/wt/netconfnode-state-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/netconfnode-state-service/pom.xml b/sdnr/wt/netconfnode-state-service/pom.xml index 543eca144..ba3bdf193 100755 --- a/sdnr/wt/netconfnode-state-service/pom.xml +++ b/sdnr/wt/netconfnode-state-service/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> |