diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2019-03-06 10:59:32 +0100 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2019-03-06 10:59:37 +0100 |
commit | 477a98d0b66666f20c182df5b7aa8c18e4b2a7e2 (patch) | |
tree | b4b2d7121ce62122f76f74525b88f4e1b5aeddd9 /security | |
parent | 1fd180123cc487e1f575c1351536b74e44422380 (diff) |
Update patch version to 1.1.4
Change-Id: I305408bae2b3adbc6d474b07f9142905056f3723
Issue-ID: DCAEGEN2-1310
Signed-off-by: Marcin Migdal <marcin.migdal@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 7147af54..058e0de4 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.1.3-SNAPSHOT</version> + <version>1.1.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/security/pom.xml b/security/pom.xml index e32f0b0f..6c1be63a 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.1.3-SNAPSHOT</version> + <version>1.1.4-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> diff --git a/security/ssl/pom.xml b/security/ssl/pom.xml index 47e5023f..8f7ee321 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.1.3-SNAPSHOT</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>ssl</artifactId> |