diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-21 08:25:58 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-21 08:25:58 -0400 |
commit | de63cbb97a9f751f8856647dbf81eb632420cd9d (patch) | |
tree | 5a01dee9016aa40c2ca5948533170740e0c30721 /adaptors/mdsal-resource | |
parent | 01ec365d01605dd6b86c2c972eeea969835e74b8 (diff) |
Migrate sli to sulfur sr1
Migrate sli to OpenDaylight Sulfur release
Issue-ID: CCSDK-3693
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I3ca6fb12a03038a9447747650ea2a6e6d6e71d9d
Diffstat (limited to 'adaptors/mdsal-resource')
-rwxr-xr-x | adaptors/mdsal-resource/installer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/mdsal-resource/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/mdsal-resource/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/mdsal-resource/installer/pom.xml b/adaptors/mdsal-resource/installer/pom.xml index 57a612b9e..9c10cd117 100755 --- a/adaptors/mdsal-resource/installer/pom.xml +++ b/adaptors/mdsal-resource/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/adaptors/mdsal-resource/pom.xml b/adaptors/mdsal-resource/pom.xml index 47867dad1..00c0f86e2 100755 --- a/adaptors/mdsal-resource/pom.xml +++ b/adaptors/mdsal-resource/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> diff --git a/adaptors/mdsal-resource/provider/pom.xml b/adaptors/mdsal-resource/provider/pom.xml index 686f298f3..6a5d501fc 100755 --- a/adaptors/mdsal-resource/provider/pom.xml +++ b/adaptors/mdsal-resource/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.4.0</version> + <version>2.4.1-SNAPSHOT</version> <relativePath/> </parent> |