diff options
author | Dan Timoney <dtimoney@att.com> | 2021-09-15 16:23:56 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-09-15 16:23:56 -0400 |
commit | cc85f28e57c7d25dfa82573dda036bea34aa951a (patch) | |
tree | 6e202140606954d693cc021a756e1f1cc28f6e1d /lib/doorman | |
parent | cea375b87449bc075914563d7f4f07f7c1be3fac (diff) |
Release version 1.2.2
Release version 1.2.2 of CCSDK features and roll to next snapshot
Issue-ID: CCSDK-3444
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ieb34cedaf018809587cf1e32dbb89839a99e5e67
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 63cda9e2e..389a05bc1 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |