diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-06 10:53:39 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-06 10:53:39 -0500 |
commit | 776193c8d33c6cebeec2b286e0b54f3697d38390 (patch) | |
tree | 5ede1c48be435bdf98e5a1aa609ffc42869d30a6 /core/features | |
parent | 1ee3a301a982af539acca8bf3b3c5fd0b2c2c395 (diff) |
Use released version 2.0.4 of parent pom
Update to use released version of parent pom for Guilin mtce release (2.0.4)
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I2742ba87705dca62f0b085ba9af75b41403d5d29
Diffstat (limited to 'core/features')
-rw-r--r-- | core/features/ccsdk-dblib/pom.xml | 2 | ||||
-rw-r--r-- | core/features/ccsdk-filters/pom.xml | 2 | ||||
-rw-r--r-- | core/features/ccsdk-sli-core-all/pom.xml | 2 | ||||
-rw-r--r-- | core/features/ccsdk-sli/pom.xml | 2 | ||||
-rw-r--r-- | core/features/ccsdk-sliPluginUtils/pom.xml | 2 | ||||
-rw-r--r-- | core/features/ccsdk-sliapi/pom.xml | 2 | ||||
-rw-r--r-- | core/features/ccsdk-slicore-utils/pom.xml | 2 | ||||
-rw-r--r-- | core/features/features-sli-core/pom.xml | 2 | ||||
-rwxr-xr-x | core/features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/features/pom.xml | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/core/features/ccsdk-dblib/pom.xml b/core/features/ccsdk-dblib/pom.xml index e5cb556c5..a7ad15f6c 100644 --- a/core/features/ccsdk-dblib/pom.xml +++ b/core/features/ccsdk-dblib/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/ccsdk-filters/pom.xml b/core/features/ccsdk-filters/pom.xml index be1ca1ae0..a6b1c63c1 100644 --- a/core/features/ccsdk-filters/pom.xml +++ b/core/features/ccsdk-filters/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/ccsdk-sli-core-all/pom.xml b/core/features/ccsdk-sli-core-all/pom.xml index 48a01dde8..899bd2453 100644 --- a/core/features/ccsdk-sli-core-all/pom.xml +++ b/core/features/ccsdk-sli-core-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/ccsdk-sli/pom.xml b/core/features/ccsdk-sli/pom.xml index 4f7701cf9..f9d80e8ca 100644 --- a/core/features/ccsdk-sli/pom.xml +++ b/core/features/ccsdk-sli/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/ccsdk-sliPluginUtils/pom.xml b/core/features/ccsdk-sliPluginUtils/pom.xml index cbe9e200b..0c7cd5f68 100644 --- a/core/features/ccsdk-sliPluginUtils/pom.xml +++ b/core/features/ccsdk-sliPluginUtils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/ccsdk-sliapi/pom.xml b/core/features/ccsdk-sliapi/pom.xml index 70ad77488..6b06bafc5 100644 --- a/core/features/ccsdk-sliapi/pom.xml +++ b/core/features/ccsdk-sliapi/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/ccsdk-slicore-utils/pom.xml b/core/features/ccsdk-slicore-utils/pom.xml index e67616df4..f7ff03023 100644 --- a/core/features/ccsdk-slicore-utils/pom.xml +++ b/core/features/ccsdk-slicore-utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/features-sli-core/pom.xml b/core/features/features-sli-core/pom.xml index 552edc426..afb6e284e 100644 --- a/core/features/features-sli-core/pom.xml +++ b/core/features/features-sli-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/installer/pom.xml b/core/features/installer/pom.xml index 48497ee44..8211da390 100755 --- a/core/features/installer/pom.xml +++ b/core/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/core/features/pom.xml b/core/features/pom.xml index 2419a7dc5..d362679b8 100755 --- a/core/features/pom.xml +++ b/core/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> |