diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2018-12-18 10:30:24 +0100 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2018-12-18 10:30:24 +0100 |
commit | cbb7ce51a4b23c6e833f6b503a403a8d82cb50e4 (patch) | |
tree | 6e1e6f64ea36343eec40010fe97a443ff7a707b1 | |
parent | eb51642e6b6cb44bc8aebf4d060c76b2d99a938b (diff) |
Upgrade version for security modules
Change-Id: I3d3ccb0f0791905c3e2d16ab2db9b5c0440f9356
Issue-ID: DCAEGEN2-986
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
-rw-r--r-- | security/crypt-password/pom.xml | 4 | ||||
-rw-r--r-- | security/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index bdb3bb4b..e7fc357d 100644 --- a/security/crypt-password/pom.xml +++ b/security/crypt-password/pom.xml @@ -6,13 +6,13 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> <artifactId>dcaegen2-services-sdk-security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId> <artifactId>crypt-password</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>dcaegen2-services-sdk-security-crypt-password</name> <description>DMaaP Security Module</description> diff --git a/security/pom.xml b/security/pom.xml index 66b7a0ff..e7da3c18 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -13,7 +13,7 @@ <groupId>org.onap.dcaegen2.services.sdk.security</groupId> <artifactId>dcaegen2-services-sdk-security</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>dcaegen2-services-sdk-security</name> <description>Common SDK repo for all DCAE Security</description> |