diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 12:46:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 12:46:57 -0400 |
commit | 8a2401d126006e94b3c20f13cc471c22ebeb53f6 (patch) | |
tree | 1f5741f040dc98a003a7ae133d00931df5115847 /lib/doorman | |
parent | ac0b7e1112c07c2859cce14553add401a5f45e25 (diff) |
Roll to next Guilin release version
Roll to next Guilin release version
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0494dc62f766bf74ff0f29ce04e3bf7892307b4f
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 f10a3235b..c6d983431 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.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |