diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-30 20:34:47 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-30 20:34:47 -0400 |
commit | 122ea4172fc5497c51898f4d37315ebd71e1d01a (patch) | |
tree | bc03035a8054765aeba19c0716a25cbcf7686dcd /sdnr/wt/common-yang/rfc7317-ietf-system | |
parent | 15e2d3a29b0d1a304965e34f114a911e5a7abdb3 (diff) |
Update to released ODL Chlorine parent pom versions
Update to released ODL Chlorine version of parent poms
Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I20559b2b5bd148a13751e495a21cba72d4c2c126
Diffstat (limited to 'sdnr/wt/common-yang/rfc7317-ietf-system')
-rwxr-xr-x | sdnr/wt/common-yang/rfc7317-ietf-system/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt/common-yang/rfc7317-ietf-system/pom.xml b/sdnr/wt/common-yang/rfc7317-ietf-system/pom.xml index 2c81091b3..e3636695c 100755 --- a/sdnr/wt/common-yang/rfc7317-ietf-system/pom.xml +++ b/sdnr/wt/common-yang/rfc7317-ietf-system/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.5.4-SNAPSHOT</version> + <version>2.5.4</version> <relativePath/> </parent> |