diff options
author | Dan Timoney <dtimoney@att.com> | 2022-08-04 14:48:26 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-08-04 14:48:26 -0400 |
commit | 75bde43b48042133b2cd08a389d6997b08394480 (patch) | |
tree | 83f474d19ab5aabbb994812712c072d6b84e12b4 /sdnr/wt/netconfnode-state-service/model/pom.xml | |
parent | 567d0438a9f5b2deeaaa045bf0d5ae4797518519 (diff) |
Fixes from local testing
Updates to ccsdk/features to address issues found in local testing
with ODL Sulfur
Issue-ID: CCSDK-3692
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia9479ca1ee853eded65ada7ac1f2356ffd64437f
Diffstat (limited to 'sdnr/wt/netconfnode-state-service/model/pom.xml')
-rw-r--r-- | sdnr/wt/netconfnode-state-service/model/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt/netconfnode-state-service/model/pom.xml b/sdnr/wt/netconfnode-state-service/model/pom.xml index e1b2a42cf..7a679c42c 100644 --- a/sdnr/wt/netconfnode-state-service/model/pom.xml +++ b/sdnr/wt/netconfnode-state-service/model/pom.xml @@ -22,14 +22,13 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> |