diff options
author | Dan Timoney <dtimoney@att.com> | 2022-03-28 11:56:09 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-03-28 11:56:09 -0400 |
commit | f214e84ce8696c3f687442ba899ad1d20c1f3fee (patch) | |
tree | 6ccb44c284beed91c1c5c039268edb50c6f2c2ad /features | |
parent | 073f4615220437103c4333fd79d3f05a013a148d (diff) |
Use released parent pom 2.3.3
Use version 2.3.3 of parent pom
Issue-ID: SDNC-1672
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I53379bcce32954b11d916183c068da69ba9cc63e
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index 744eceac..87fe94f0 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.3</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index a9164397..2532d0aa 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.3</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index adb36d33..362ede6b 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.3</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index 65ecafcc..0e6b22d4 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.3.3-SNAPSHOT</version> + <version>2.3.3</version> <relativePath/> </parent> |