diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-05-07 12:18:22 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-05-07 12:18:22 +0000 |
commit | 11d40a9e4587e77d0b36081933712e498f7d298a (patch) | |
tree | 153901a70f18b812cf8d9ebdfb0f808afd673ea7 /lib | |
parent | 24383fb1217bcd444f5c59e5415ee31dc4d93547 (diff) |
Release ccsdk/features1.1.5
Diffstat (limited to 'lib')
-rw-r--r-- | lib/doorman/pom.xml | 4 | ||||
-rw-r--r-- | lib/rlock/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/doorman/pom.xml b/lib/doorman/pom.xml index 1b0e15c15..8775fd7fa 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.5</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.5</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/lib/rlock/pom.xml b/lib/rlock/pom.xml index 6f8bfc275..638eee836 100644 --- a/lib/rlock/pom.xml +++ b/lib/rlock/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.5</version> <relativePath>../..</relativePath> </parent> |