diff options
author | Dan Timoney <dtimoney@att.com> | 2020-11-25 16:13:30 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-11-30 10:59:47 -0500 |
commit | 1bd16a48a72f22a1e3f6bb7ca0aac8e0bfa2b8fa (patch) | |
tree | b302b3c11dbe80e057b3c7afcd0f7d0d552023a3 /lib/doorman | |
parent | f88794b887842911b30a75afc53f87f660d1c1e7 (diff) |
Release version 1.1.0 of features
Release initial Honolulu version of ccsdk/features and roll
version to next snapshot
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1b65869fe2d27a3ea1367b3d48fab73f6181a11e
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 a9d4e8bcf..df6df2a84 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.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |