diff options
author | Dan Timoney <dtimoney@att.com> | 2022-08-10 10:18:35 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-08-10 10:18:35 -0400 |
commit | de21a383fb8f84ab170534f23f6e3c5eff65a312 (patch) | |
tree | 57ef2d95faa3a763ffe4f061079f8ed0ce1be6b9 /core/sliapi | |
parent | e3c3b0d9b2d11ea2eee9e320f092cdbec88ec4ef (diff) |
Use released version 2.4.1 of parent poms
Use released version 2.4.1 of parent poms
Issue-ID: CCSDK-3693
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib0579aa6f2e25b156377b207fa73cd42f4305253
Diffstat (limited to 'core/sliapi')
-rwxr-xr-x | core/sliapi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/model/pom.xml | 2 | ||||
-rw-r--r-- | core/sliapi/model/swagger/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/model/yang/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/pom.xml | 2 | ||||
-rwxr-xr-x | core/sliapi/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/core/sliapi/installer/pom.xml b/core/sliapi/installer/pom.xml index ccef32d01..dcc75490f 100755 --- a/core/sliapi/installer/pom.xml +++ b/core/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> diff --git a/core/sliapi/model/pom.xml b/core/sliapi/model/pom.xml index f79bc75bc..6a0240ed8 100755 --- a/core/sliapi/model/pom.xml +++ b/core/sliapi/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> diff --git a/core/sliapi/model/swagger/pom.xml b/core/sliapi/model/swagger/pom.xml index f31edbbd4..d439ff1d5 100644 --- a/core/sliapi/model/swagger/pom.xml +++ b/core/sliapi/model/swagger/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> diff --git a/core/sliapi/model/yang/pom.xml b/core/sliapi/model/yang/pom.xml index 86caf4f77..b57d81e38 100755 --- a/core/sliapi/model/yang/pom.xml +++ b/core/sliapi/model/yang/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> diff --git a/core/sliapi/pom.xml b/core/sliapi/pom.xml index dab46e4f4..7f3f11cb3 100755 --- a/core/sliapi/pom.xml +++ b/core/sliapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> diff --git a/core/sliapi/provider/pom.xml b/core/sliapi/provider/pom.xml index 601af3de6..1ff9e11ea 100755 --- a/core/sliapi/provider/pom.xml +++ b/core/sliapi/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.1</version> <relativePath/> </parent> |