diff options
author | Dan Timoney <dtimoney@att.com> | 2021-05-04 13:44:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-05-04 16:38:38 -0400 |
commit | d0ba5aa4dde1b68dd3d9814a733ec0ed2f679ec4 (patch) | |
tree | 1b69f1291bbd70d2dd539ce5d0ec611974b621f9 /core/utils | |
parent | f4d871ba532bb32fac0d218ba7c6058130f653e1 (diff) |
Update versions for Aluminum SR3
Update versions for Aluminum SR3
Issue-ID: CCSDK-3285
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I781f82b9ca6c640bb1c889c6f914bae53c1c54ab
Diffstat (limited to 'core/utils')
-rwxr-xr-x | core/utils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/utils/pom.xml | 2 | ||||
-rw-r--r-- | core/utils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml index 5f7d4d612..48b7daed6 100755 --- a/core/utils/installer/pom.xml +++ b/core/utils/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.2</version> + <version>2.1.4</version> <relativePath/> </parent> diff --git a/core/utils/pom.xml b/core/utils/pom.xml index 9187ba1d5..03fa26d27 100755 --- a/core/utils/pom.xml +++ b/core/utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.2</version> + <version>2.1.4</version> <relativePath/> </parent> diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index a35e45847..4a247b4ac 100644 --- a/core/utils/provider/pom.xml +++ b/core/utils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.2</version> + <version>2.1.4</version> <relativePath/> </parent> |