diff options
author | Dan Timoney <dtimoney@att.com> | 2022-09-14 10:42:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-09-14 10:42:10 -0400 |
commit | 1e091242fe68a42dafd8685658d137055a245c9b (patch) | |
tree | a02f13402ec9b2946dcf7d85a7cd02a567b600e4 /sdnr/wt/odlux/core | |
parent | a2b6dd34d73bf432846dc59c6f57dd59a03aff9b (diff) |
Use version 2.4.2 parent poms
Use version 2.4.2 of parent poms
Issue-ID: CCSDK-3754
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I215385203325d40adb5a14d9e73b729df941e63b
Diffstat (limited to 'sdnr/wt/odlux/core')
-rw-r--r-- | sdnr/wt/odlux/core/features/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/odlux/core/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/model/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index 3f9f986e5..9f39eee88 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/odlux/core/installer/pom.xml b/sdnr/wt/odlux/core/installer/pom.xml index 867f65e03..0d3655cfd 100755 --- a/sdnr/wt/odlux/core/installer/pom.xml +++ b/sdnr/wt/odlux/core/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index 275bc9b16..b9005f071 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/odlux/core/pom.xml b/sdnr/wt/odlux/core/pom.xml index c56c79221..f792e5dee 100644 --- a/sdnr/wt/odlux/core/pom.xml +++ b/sdnr/wt/odlux/core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml index f596be71c..d86ef4850 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.4.2</version> <relativePath/> </parent> |