diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-03-11 05:32:42 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-03-11 05:32:42 +0000 |
commit | 2660f23dc7e633cae589fc4c50a91e4b3ee85551 (patch) | |
tree | 5219656c8c6e10aaba367b55f33e12df1aead645 /security | |
parent | acccf9e15ddd00788cf84c2cd440063957765414 (diff) |
Release dcaegen2/services/sdk1.3.5
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 3cf562ec..95846608 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.5-SNAPSHOT</version> + <version>1.3.5</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/security/pom.xml b/security/pom.xml index 8a6c59c7..54191bf3 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.5-SNAPSHOT</version> + <version>1.3.5</version> </parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml index 2086f643..19b6b159 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.5-SNAPSHOT</version> + <version>1.3.5</version> </parent> <artifactId>ssl</artifactId> |