diff options
author | Dan Timoney <dtimoney@att.com> | 2021-05-07 16:13:22 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-05-07 16:18:26 -0400 |
commit | 89e0624d0da6f7b65853dd2ed87402a8078d7f6d (patch) | |
tree | 37385039f64043ad22b73c68cfc0481f00854bad /lib/doorman/pom.xml | |
parent | 24383fb1217bcd444f5c59e5415ee31dc4d93547 (diff) |
Release version 1.1.5 (Aluminum SR3) of ccsdk/features
Release Aluminum SR3 upgrade version (1.1.5) of ccsdk/features
and roll to next snapshot version.
Issue-ID: CCSDK-3285
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iaecbd432b930675f4d8130efcad245022faeda6e
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 1b0e15c15..a69d77a34 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.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> @@ -28,7 +28,7 @@ <dependency> <groupId>org.onap.ccsdk.features.lib.rlock</groupId> <artifactId>rlock</artifactId> - <version>1.1.5-SNAPSHOT</version> + <version>1.1.6-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> |