diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-24 13:15:26 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-24 13:15:26 -0400 |
commit | cf72411523dcf21997fbd95fc403f5875272ea07 (patch) | |
tree | 22d58e492ce8062fd5f3aff47130856f60587887 /sdnr/wt/odlux/core | |
parent | cf4c986a60070895336f03ac95604f3b1273831f (diff) |
Update parent version
Update parent version to pick up sli fix
Issue-ID: CCSDK-3237
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iaab8666da26a545509ac692e1466dfb1ccc6f090
Diffstat (limited to 'sdnr/wt/odlux/core')
-rw-r--r-- | sdnr/wt/odlux/core/features/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/wt/odlux/core/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/model/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/wt/odlux/core/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/wt/odlux/core/features/pom.xml b/sdnr/wt/odlux/core/features/pom.xml index 10ee15696..5e6505957 100644 --- a/sdnr/wt/odlux/core/features/pom.xml +++ b/sdnr/wt/odlux/core/features/pom.xml @@ -29,7 +29,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> diff --git a/sdnr/wt/odlux/core/installer/pom.xml b/sdnr/wt/odlux/core/installer/pom.xml index 23a0ba0f5..7594890c5 100755 --- a/sdnr/wt/odlux/core/installer/pom.xml +++ b/sdnr/wt/odlux/core/installer/pom.xml @@ -26,7 +26,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/sdnr/wt/odlux/core/model/pom.xml b/sdnr/wt/odlux/core/model/pom.xml index d2bb88d71..417d72ff9 100644 --- a/sdnr/wt/odlux/core/model/pom.xml +++ b/sdnr/wt/odlux/core/model/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> diff --git a/sdnr/wt/odlux/core/pom.xml b/sdnr/wt/odlux/core/pom.xml index 7a30f7452..0e054ca3a 100644 --- a/sdnr/wt/odlux/core/pom.xml +++ b/sdnr/wt/odlux/core/pom.xml @@ -26,7 +26,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/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml index e733a936f..89206b8d7 100644 --- a/sdnr/wt/odlux/core/provider/pom.xml +++ b/sdnr/wt/odlux/core/provider/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> <relativePath/> </parent> |