diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-09 11:19:02 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-09 11:19:02 -0400 |
commit | 30565d3552e050035148db096af4fb3438c5455d (patch) | |
tree | f1f036ffb39d1d0c6764d5ccfe6f11e6d79010c0 /adaptors/mdsal-resource | |
parent | dc05f6d972bbc3481fb339c8879649500aa7fb6f (diff) |
Release version 1.3.1 of ccsdk/sli
Release version 1.3.1 of ccsdk/sli and roll to next snapshot
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I11b714ba8dfdd979193e44e4826a6e88a8b096ff
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 0cb2e8e4d..bacbd515b 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>1.3.1-SNAPSHOT</version> + <version>1.3.2-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 9501508e1..c170344b8 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>1.3.1-SNAPSHOT</version> + <version>1.3.2-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 438d21ea8..df317e2c5 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>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |