diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:56:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:56:07 -0500 |
commit | 44924cf809a463f576ad881bd70e84a0e2d8a026 (patch) | |
tree | 74b878118ab9090fbbe9d7843f32db7f1af51d23 /features | |
parent | f0594b8f4684ddbb81e490c630e5a968abd2170f (diff) |
Use released 1.5.2 CCSDK parent
Update to use released version of CCSDK parent pom
Change-Id: I27885e3e08b774fb9f7737111641d7dd585906de
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/ccsdk-asdcApi/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-daexim-offsite-backup/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-dataChange/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-lcm/pom.xml | 2 | ||||
-rw-r--r-- | features/ccsdk-sli-northbound-all/pom.xml | 2 | ||||
-rw-r--r-- | features/features-sli-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/features/ccsdk-asdcApi/pom.xml b/features/ccsdk-asdcApi/pom.xml index 694b0e84..e2013c05 100644 --- a/features/ccsdk-asdcApi/pom.xml +++ b/features/ccsdk-asdcApi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/ccsdk-daexim-offsite-backup/pom.xml b/features/ccsdk-daexim-offsite-backup/pom.xml index cdab873f..0c9fcc44 100644 --- a/features/ccsdk-daexim-offsite-backup/pom.xml +++ b/features/ccsdk-daexim-offsite-backup/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/ccsdk-dataChange/pom.xml b/features/ccsdk-dataChange/pom.xml index 493a944f..2bf44d23 100644 --- a/features/ccsdk-dataChange/pom.xml +++ b/features/ccsdk-dataChange/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/ccsdk-lcm/pom.xml b/features/ccsdk-lcm/pom.xml index f9fd204f..03c0eecb 100644 --- a/features/ccsdk-lcm/pom.xml +++ b/features/ccsdk-lcm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/ccsdk-sli-northbound-all/pom.xml b/features/ccsdk-sli-northbound-all/pom.xml index 835cf965..ee0433d0 100644 --- a/features/ccsdk-sli-northbound-all/pom.xml +++ b/features/ccsdk-sli-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/features-sli-northbound/pom.xml b/features/features-sli-northbound/pom.xml index 0053bef4..06374bed 100644 --- a/features/features-sli-northbound/pom.xml +++ b/features/features-sli-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index bd76a4b5..b4d9bb5f 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>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index bd0d4ea2..5adda28a 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>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> |