diff options
author | Dan Timoney <dtimoney@att.com> | 2021-03-25 10:20:52 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-03-25 10:20:52 -0400 |
commit | 4d397cb846f61010628e974650bd5117cc98d2b2 (patch) | |
tree | fcd7ffe19c0534ea824dedac6ab8a8e3566aaf0f /lib/doorman/pom.xml | |
parent | 2761e21152b3eec59567959fc0361d3b8bb4e9ca (diff) |
Release version 1.1.2 and roll version
Release version 1.1.2 and roll to next snapshot version
Issue-ID: CCSDK-3237
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0d09f094da5dd46fb749b0b5abfcc787bd202b40
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 f7163b1ee..8d080dd0e 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.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.3-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |