diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-23 11:48:11 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-23 11:48:11 -0500 |
commit | cf4c986a60070895336f03ac95604f3b1273831f (patch) | |
tree | 0eabeae27345a922de51a567bf07db7002438ade /lib/doorman | |
parent | 878eedccba50ecf0a63bdad2e1a7924f280bed0c (diff) |
Release version 1.1.1 of ccsdk/features
Release version 1.1.1 of ccsdk/features and roll to next snapshot
version.
Issue-ID: CCSDK-3179
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iceb1c8391efdffc1563946b79d71e77760b40f34
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 751ce2eb7..f7163b1ee 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.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |