diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-12 12:44:44 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-12 12:45:13 -0500 |
commit | f86f57f0d5b2a7e73efe8663ce21c02e7240db2e (patch) | |
tree | 950b1331aae939ef842980af3f1803c49ffabd06 /lib/doorman | |
parent | 96454cb7015a683e98839a4182c7d2aa4986f0ae (diff) |
Release version 1.0.3 of ccsdk/features
Release version 1.0.3 of ccsdk/features
Issue-ID: CCSDK-2979
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ibaa0d6dd8608e42ef0fca0f54e895fce207e6e31
Diffstat (limited to 'lib/doorman')
-rw-r--r-- | lib/doorman/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 625154839..b32d9242d 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.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |