diff options
author | 2025-03-06 17:43:34 -0500 | |
---|---|---|
committer | 2025-03-06 17:43:38 -0500 | |
commit | 053bee9eedbf61c7c83491f0929b02eb14bf35b5 (patch) | |
tree | b060781b1b0349e3680f4d3e5ec817092720976c /northbound/asdcApi | |
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 'northbound/asdcApi')
-rwxr-xr-x | northbound/asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/asdcApi/installer/pom.xml b/northbound/asdcApi/installer/pom.xml index e7cae417d..c36ca3ed1 100755 --- a/northbound/asdcApi/installer/pom.xml +++ b/northbound/asdcApi/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-installer</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/model/pom.xml b/northbound/asdcApi/model/pom.xml index 0cdba2746..d47aefe0d 100755 --- a/northbound/asdcApi/model/pom.xml +++ b/northbound/asdcApi/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-model</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/pom.xml b/northbound/asdcApi/pom.xml index 6bd4f3f73..1af4dbb20 100755 --- a/northbound/asdcApi/pom.xml +++ b/northbound/asdcApi/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml index 4dd445204..c6148f42a 100755 --- a/northbound/asdcApi/provider/pom.xml +++ b/northbound/asdcApi/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-provider</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |