diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-09 07:36:17 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-09 07:37:17 -0400 |
commit | 651525bc032e21be378003e64af41b0e7be4ea80 (patch) | |
tree | fbe8fc8372e8c2c9c546a91e374c4bbbef8a573e /lib/doorman | |
parent | 1ec2a8d3be78a5aba4ba311e917b8d09cf57d7e9 (diff) |
Release version 1.2.1 of ccsdk/features
Release version 1.2.1 of ccsdk/features and roll to next snapshot
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ie67023a6d3fe149a950d3e03f9e2bc7cef3d789b
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 567c637ce..63cda9e2e 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.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |