diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 11:45:13 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 11:45:13 -0400 |
commit | 42dcb7692eec26c0113df00957d3335818a08354 (patch) | |
tree | 33c8b83fcb2bb995ce09376bd8eddc5669901969 /core/utils | |
parent | 52198005f59caec06c766a10683865931a1be92c (diff) |
Updating odlparent's version to 2.1.5
Issue-ID: CCSDK-3330
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I3aecb3d28b405cf3612f2f688a756514876a7223
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 48b7daed6..37bf6501d 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.4</version> + <version>2.1.5</version> <relativePath/> </parent> diff --git a/core/utils/pom.xml b/core/utils/pom.xml index 03fa26d27..b2ca4fb1f 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.4</version> + <version>2.1.5</version> <relativePath/> </parent> diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index 4a247b4ac..980b139a4 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.4</version> + <version>2.1.5</version> <relativePath/> </parent> |