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 /northbound/dataChange | |
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 'northbound/dataChange')
-rwxr-xr-x | northbound/dataChange/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 74aa2e450..ba96fcc65 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/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/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index 8e1151eff..dcfd139db 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index f6e133c76..9fbc20eed 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/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/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index 123a91785..c12582244 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.4</version> <relativePath/> </parent> |