diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-08 14:20:33 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-08 14:20:33 -0500 |
commit | 00d28dca460745514ae71a9319850c0f79f6fe73 (patch) | |
tree | 9c5c3e5d868fb3d02c00fd6562b5ac95aa3b817f /lib | |
parent | 260359aaefb1d13f2e575f29ef4c27583350de93 (diff) |
Release 1.0.4 and roll versionguilin
Release version 1.0.4 of ccsdk/features and roll to next Guilin
snapshot
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Idb18a77fa392e35ccaf4ab0b561c6ae3df2d743b
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doorman/pom.xml | 4 | ||||
-rw-r--r-- | lib/rlock/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 0dbab76e1..e857b2139 100644 --- a/lib/doorman/pom.xml +++ b/lib/doorman/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 5f617ce19..fbe3066b8 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.features</groupId> <artifactId>ccsdk-features</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |