diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-24 13:19:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-24 13:19:52 -0400 |
commit | 05347da67d927de96b25f1de2ddf3149efd9799e (patch) | |
tree | 236ff7d80b5ed9305a7d430489ce09fa8bfbe887 /features | |
parent | 51048eee7c8684c7d16450d2bed32dc0d0aafd87 (diff) |
Update versions for sli fix
Update versions of ccsdk artifacts/parents to pick up version with
sli fix
Change-Id: If8b37e78e4785d18363abdb1bd3b40f69f2334ff
Issue-ID: CCSDK-3237
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'features')
-rw-r--r-- | features/features-sdnc-northbound/pom.xml | 2 | ||||
-rwxr-xr-x | features/installer/pom.xml | 2 | ||||
-rwxr-xr-x | features/pom.xml | 2 | ||||
-rw-r--r-- | features/sdnc-northbound-all/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/features/features-sdnc-northbound/pom.xml b/features/features-sdnc-northbound/pom.xml index bb686c9e..94c9b6f6 100644 --- a/features/features-sdnc-northbound/pom.xml +++ b/features/features-sdnc-northbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/features/installer/pom.xml b/features/installer/pom.xml index f852a501..0bf28716 100755 --- a/features/installer/pom.xml +++ b/features/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/features/pom.xml b/features/pom.xml index 5d88ab16..f3420009 100755 --- a/features/pom.xml +++ b/features/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/features/sdnc-northbound-all/pom.xml b/features/sdnc-northbound-all/pom.xml index b1ea33a9..c4621021 100644 --- a/features/sdnc-northbound-all/pom.xml +++ b/features/sdnc-northbound-all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> |