diff options
Diffstat (limited to 'security/crypt-password')
-rw-r--r-- | security/crypt-password/pom.xml | 6 |
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> |