diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-06-28 08:13:23 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-06-28 08:13:23 +0200 |
commit | 2c30055bb907bafe5ce5927dd069d84d8a4b96c3 (patch) | |
tree | 4a6f119853b785f349cfcedc7435ebce49183a15 /security/crypt-password | |
parent | 934a53f9751e679a4d8bec49d99dee8abc396548 (diff) |
JJB alignment across DCAE components - DCAE-SDK (fixes)
Fixes after https://gerrit.onap.org/r/#/c/dcaegen2/services/sdk/+/89902/
Change-Id: Ibcde065e8b52d7fa90d1772758f3089cfe7a527a
Issue-ID: DCAEGEN2-1578
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'security/crypt-password')
-rw-r--r-- | security/crypt-password/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index 299aced7..10defcf3 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.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |