aboutsummaryrefslogtreecommitdiffstats
path: root/security/crypt-password
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-02-04 14:53:57 +0100
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-02-06 09:58:53 +0100
commit6b50f21a75f76ebad011188c42b6406d7c097537 (patch)
tree804e94ade1126210092c9979ff6e3b680ecae1dc /security/crypt-password
parent09b68daf6b644df4dd66ab792c430898bb9d2f6d (diff)
Add support for server-side SSL context factory
Change-Id: I2fa64c71f55f1abfdeb4a2323c5456475d87fdd1 Issue-ID: DCAEGEN2-1069 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'security/crypt-password')
-rw-r--r--security/crypt-password/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml
index e7fc357d..7135e213 100644
--- a/security/crypt-password/pom.xml
+++ b/security/crypt-password/pom.xml
@@ -6,15 +6,15 @@
<parent>
<groupId>org.onap.dcaegen2.services.sdk.security</groupId>
<artifactId>dcaegen2-services-sdk-security</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId>
<artifactId>crypt-password</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- <name>dcaegen2-services-sdk-security-crypt-password</name>
+ <name>Security :: Crypt Password</name>
<description>DMaaP Security Module</description>
<packaging>jar</packaging>