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/mountpoint-registrar | |
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/mountpoint-registrar')
-rw-r--r-- | sdnr/wt/mountpoint-registrar/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/mountpoint-registrar/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/mountpoint-registrar/model/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/mountpoint-registrar/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/mountpoint-registrar/provider/pom.xml | 6 |
5 files changed, 6 insertions, 8 deletions
diff --git a/sdnr/wt/mountpoint-registrar/feature/pom.xml b/sdnr/wt/mountpoint-registrar/feature/pom.xml index 25b90266b..e5ab684c4 100644 --- a/sdnr/wt/mountpoint-registrar/feature/pom.xml +++ b/sdnr/wt/mountpoint-registrar/feature/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/sdnr/wt/mountpoint-registrar/installer/pom.xml b/sdnr/wt/mountpoint-registrar/installer/pom.xml index 5bdb64711..ea8f1e677 100755 --- a/sdnr/wt/mountpoint-registrar/installer/pom.xml +++ b/sdnr/wt/mountpoint-registrar/installer/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/sdnr/wt/mountpoint-registrar/model/pom.xml b/sdnr/wt/mountpoint-registrar/model/pom.xml index bdd19dd6f..54f4ecb88 100644 --- a/sdnr/wt/mountpoint-registrar/model/pom.xml +++ b/sdnr/wt/mountpoint-registrar/model/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/sdnr/wt/mountpoint-registrar/pom.xml b/sdnr/wt/mountpoint-registrar/pom.xml index 81d378a3d..34f6b0ebc 100755 --- a/sdnr/wt/mountpoint-registrar/pom.xml +++ b/sdnr/wt/mountpoint-registrar/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/sdnr/wt/mountpoint-registrar/provider/pom.xml b/sdnr/wt/mountpoint-registrar/provider/pom.xml index 6f1676e9e..a10566920 100644 --- a/sdnr/wt/mountpoint-registrar/provider/pom.xml +++ b/sdnr/wt/mountpoint-registrar/provider/pom.xml @@ -22,15 +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"> +<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> |