diff options
author | Dan Timoney <dtimoney@att.com> | 2021-10-12 15:58:32 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-10-12 15:58:32 -0400 |
commit | 8079339bc05a95f17f2434a70815cf78459d18cf (patch) | |
tree | 0b021412779dba6e062ffe5273bd45ebaf0016de /northbound/dataChange | |
parent | 62d1b91a51856395fcf47877508b4cefd775689a (diff) |
Update to use Istanbul RC version of parent pom
Update to use Istanbul RC released version of parent pom
Issue-ID CCSDK-3483
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0b9816afee65db3350c5860c371a39b51620359f
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 59251392e..40d1042a6 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.2.0</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index 35d1eb89a..7b6dcabc0 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.2.0</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 6d1433e1f..79992ea22 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.2.0</version> + <version>2.2.2</version> <relativePath/> </parent> diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index 45645a546..51d1400c7 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.2.0</version> + <version>2.2.2</version> <relativePath/> </parent> |