diff options
author | mharazin <mateusz.harazin@nokia.com> | 2020-01-14 11:44:10 +0100 |
---|---|---|
committer | mharazin <mateusz.harazin@nokia.com> | 2020-01-14 11:44:10 +0100 |
commit | 5c93e9e32d561b691b8e13bdc52d22df32f6b00a (patch) | |
tree | d0871dc3e0cc50295c698e9817fa42f757147ec2 /security/ssl | |
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/ssl')
-rw-r--r-- | security/ssl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |