diff options
author | Michal Banka <michal.banka@nokia.com> | 2020-07-27 10:58:16 +0200 |
---|---|---|
committer | Michal Banka <michal.banka@nokia.com> | 2020-07-28 11:43:32 +0200 |
commit | 81ee9a28d2906c68c6add107dec3b7d5b02e9cfd (patch) | |
tree | 0bbb1f00bd7577c21223d77393883a74afba8965 /security | |
parent | 558d675cb4aec537eef8be1fc20bc584a9ea7094 (diff) |
Change SDK version to 1.4.0 and add empty external-schema-manager submodule
Change-Id: I5cb477b611059f308e7e3f8e057ed5612e7fbca8
Issue-ID: DCAEGEN2-2254
Signed-off-by: Michal Banka <michal.banka@nokia.com>
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 6e6a1085..3ae11bf2 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.6-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 9fc20087..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.6-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 51a11f6e..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.6-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>ssl</artifactId> |