diff options
author | 2020-01-14 11:44:10 +0100 | |
---|---|---|
committer | 2020-01-14 11:44:10 +0100 | |
commit | 5c93e9e32d561b691b8e13bdc52d22df32f6b00a (patch) | |
tree | d0871dc3e0cc50295c698e9817fa42f757147ec2 /security | |
parent | 130083df99fbb1ccacc154e64dff620d66be8a2f (diff) |
Top up version after release
SDK current version is set to 1.4.0
Issue-ID: DCAEGEN2-1984
Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com>
Change-Id: I566c44082297e01b645cc1ee11a460b097384f20
Diffstat (limited to 'security')
-rw-r--r-- | security/crypt-password/pom.xml | 2 | ||||
-rw-r--r-- | security/pom.xml | 2 | ||||
-rw-r--r-- | security/ssl/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index 4e1eb218..e6d82e79 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.3.4-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/security/pom.xml b/security/pom.xml index a8180a15..046a013a 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.3.4-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml index e2a9795e..1c2fb15b 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.3.4-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>ssl</artifactId> |