diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-10 12:50:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-10 12:50:42 -0400 |
commit | 253f57c69760f2736b042fd6ec459760c2a64b95 (patch) | |
tree | 61089c55cd23d9a33e35b1fc013318b8ea9b89c1 /lib/doorman/pom.xml | |
parent | ac0b7e1112c07c2859cce14553add401a5f45e25 (diff) |
Roll to initial Honolulu release version
Roll master branch to initial Honolulu release version
Issue-ID: CCSDK-2742
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I7b00234f93bba5f10f590f0da11f0974f6099b82
Diffstat (limited to 'lib/doorman/pom.xml')
-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..a9d4e8bcf 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.1.0-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.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |