summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-07-29 09:48:08 +0200
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-07-29 10:42:22 +0200
commit87881ed77a6554ff4e1fccc55c1f5602fe03cc12 (patch)
tree521053440d1fb79b49053cb460648c6ffbbdb639 /security
parent66dabe6f627183eeaa9be7491c3743549fa7ff39 (diff)
Make CbsClient config and policy paths configurable
Issue-ID: DCAEGEN2-2692 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ia9a7f265233fc78ac083180aea30d68407b6d487
Diffstat (limited to 'security')
-rw-r--r--security/crypt-password/pom.xml2
-rw-r--r--security/pom.xml2
-rw-r--r--security/ssl/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml
index 64a5784d..7f4efb77 100644
--- a/security/crypt-password/pom.xml
+++ b/security/crypt-password/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
<artifactId>dcaegen2-services-sdk-security</artifactId>
- <version>1.8.6-SNAPSHOT</version>
+ <version>1.8.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/security/pom.xml b/security/pom.xml
index 4450f5c3..1d459d4c 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>sdk</artifactId>
- <version>1.8.6-SNAPSHOT</version>
+ <version>1.8.7-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml
index 9d937245..799f66c8 100644
--- a/security/ssl/pom.xml
+++ b/security/ssl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
<artifactId>dcaegen2-services-sdk-security</artifactId>
- <version>1.8.6-SNAPSHOT</version>
+ <version>1.8.7-SNAPSHOT</version>
</parent>
<artifactId>ssl</artifactId>