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 /adaptors/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 'adaptors/features')
-rw-r--r-- | adaptors/features/ccsdk-aai-service/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-ansible-adapter/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-base-http/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-mdsal-resource/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/features/ccsdk-messagerouter-consumer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/features/ccsdk-messagerouter-publisher/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-netbox-client/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-resource-assignment/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-saltstack-adapter/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-sli-adaptors-all/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/ccsdk-sql-resource/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/features/features-sli-adaptors/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/features/pom.xml | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/adaptors/features/ccsdk-aai-service/pom.xml b/adaptors/features/ccsdk-aai-service/pom.xml index b272df5db..a7b1ba2ee 100644 --- a/adaptors/features/ccsdk-aai-service/pom.xml +++ b/adaptors/features/ccsdk-aai-service/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/adaptors/features/ccsdk-ansible-adapter/pom.xml b/adaptors/features/ccsdk-ansible-adapter/pom.xml index 5f4dddaa3..c9b511010 100644 --- a/adaptors/features/ccsdk-ansible-adapter/pom.xml +++ b/adaptors/features/ccsdk-ansible-adapter/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/adaptors/features/ccsdk-base-http/pom.xml b/adaptors/features/ccsdk-base-http/pom.xml index d0c407139..ba8e09446 100644 --- a/adaptors/features/ccsdk-base-http/pom.xml +++ b/adaptors/features/ccsdk-base-http/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/adaptors/features/ccsdk-mdsal-resource/pom.xml b/adaptors/features/ccsdk-mdsal-resource/pom.xml index d55cfdf2c..ca7663cc3 100644 --- a/adaptors/features/ccsdk-mdsal-resource/pom.xml +++ b/adaptors/features/ccsdk-mdsal-resource/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/adaptors/features/ccsdk-messagerouter-consumer/pom.xml b/adaptors/features/ccsdk-messagerouter-consumer/pom.xml index 9c6ed9c6b..13133df59 100755 --- a/adaptors/features/ccsdk-messagerouter-consumer/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-consumer/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> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> diff --git a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml b/adaptors/features/ccsdk-messagerouter-publisher/pom.xml index 5becdf3ce..815b27c4f 100755 --- a/adaptors/features/ccsdk-messagerouter-publisher/pom.xml +++ b/adaptors/features/ccsdk-messagerouter-publisher/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> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> diff --git a/adaptors/features/ccsdk-netbox-client/pom.xml b/adaptors/features/ccsdk-netbox-client/pom.xml index 0fea06f58..8ba1a5b7b 100644 --- a/adaptors/features/ccsdk-netbox-client/pom.xml +++ b/adaptors/features/ccsdk-netbox-client/pom.xml @@ -21,7 +21,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/adaptors/features/ccsdk-resource-assignment/pom.xml b/adaptors/features/ccsdk-resource-assignment/pom.xml index e39ec117e..a46954088 100644 --- a/adaptors/features/ccsdk-resource-assignment/pom.xml +++ b/adaptors/features/ccsdk-resource-assignment/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/adaptors/features/ccsdk-saltstack-adapter/pom.xml b/adaptors/features/ccsdk-saltstack-adapter/pom.xml index ec7c9f4eb..19363810c 100644 --- a/adaptors/features/ccsdk-saltstack-adapter/pom.xml +++ b/adaptors/features/ccsdk-saltstack-adapter/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/adaptors/features/ccsdk-sli-adaptors-all/pom.xml b/adaptors/features/ccsdk-sli-adaptors-all/pom.xml index 0515035ec..3273c85ef 100644 --- a/adaptors/features/ccsdk-sli-adaptors-all/pom.xml +++ b/adaptors/features/ccsdk-sli-adaptors-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/adaptors/features/ccsdk-sql-resource/pom.xml b/adaptors/features/ccsdk-sql-resource/pom.xml index fac8135b3..a35efb6cc 100644 --- a/adaptors/features/ccsdk-sql-resource/pom.xml +++ b/adaptors/features/ccsdk-sql-resource/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/adaptors/features/features-sli-adaptors/pom.xml b/adaptors/features/features-sli-adaptors/pom.xml index 339f700af..92db6bc00 100644 --- a/adaptors/features/features-sli-adaptors/pom.xml +++ b/adaptors/features/features-sli-adaptors/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/adaptors/features/installer/pom.xml b/adaptors/features/installer/pom.xml index fb80a86b2..0490de545 100755 --- a/adaptors/features/installer/pom.xml +++ b/adaptors/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/adaptors/features/pom.xml b/adaptors/features/pom.xml index f7d1d5635..e5c4a59da 100755 --- a/adaptors/features/pom.xml +++ b/adaptors/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> |