diff options
author | 2025-03-06 17:43:34 -0500 | |
---|---|---|
committer | 2025-03-06 17:43:38 -0500 | |
commit | 053bee9eedbf61c7c83491f0929b02eb14bf35b5 (patch) | |
tree | b060781b1b0349e3680f4d3e5ec817092720976c /adaptors/mdsal-resource | |
parent | f3574b2be10bbf56253c03553fb7ceee2ed19bf8 (diff) |
Release initial version 2.1.0 of ccsdk/sli for Paris release
Issue-ID: CCSDK-4095
Change-Id: I02bf891c23b542d91c2f73b74106a4ab6a56d100
Signed-off-by: Dan Timoney <dtimoney@att.com>
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 9a71f1990..b3b3671a2 100755 --- a/adaptors/mdsal-resource/installer/pom.xml +++ b/adaptors/mdsal-resource/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource-installer</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> diff --git a/adaptors/mdsal-resource/pom.xml b/adaptors/mdsal-resource/pom.xml index 334a47e35..144cf0499 100755 --- a/adaptors/mdsal-resource/pom.xml +++ b/adaptors/mdsal-resource/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> diff --git a/adaptors/mdsal-resource/provider/pom.xml b/adaptors/mdsal-resource/provider/pom.xml index 49d30748f..57144ff10 100755 --- a/adaptors/mdsal-resource/provider/pom.xml +++ b/adaptors/mdsal-resource/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>mdsal-resource-provider</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |