diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-02 08:08:14 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-02 08:08:14 -0500 |
commit | 16c708bc2a7d2e5ec38d79daf1a5b5fd479f2778 (patch) | |
tree | 21f586ff542f5823bd62dfd362cf67e7d313c5ae /lib | |
parent | e56ba669f66cf5cf1034dd7de56ac27f36ff997f (diff) |
Roll to next Guilin snapshot
Roll to next Guilin snapshot version
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9be1abb8ea83e1f2f54d463dee13f626827f6018
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 c6d983431..625154839 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.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 22c6784c9..e05f1b0b6 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.2-SNAPSHOT</version> + <version>1.0.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> |