diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-01-18 15:42:32 +0200 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-01-18 15:42:32 +0200 |
commit | 3bce721dbd5774acf80d005df4b1f5051421f3d4 (patch) | |
tree | 0163abb6f967566b70319ec3a185d2b12a8d7e4b | |
parent | 0de45deec389b91bdc889f109a9d9c69604f9834 (diff) |
Review security issues: sdc-distribution-clientv1.2.31.0.1-ONAP1.0.1-Amsterdam
Change-Id: Ida515ff5abee4c80b3f2b24b4075e068430ab6b8
Issue-ID: SDC-808
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sdc-distribution-client/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <packaging>pom</packaging> <name>sdc-sdc-distribution-client</name> diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 1a5c330..d39e24f 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> <artifactId>sdc-main-distribution-client</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>sdc-distribution-client</artifactId> diff --git a/version.properties b/version.properties index a6be0db..4d0ed8b 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |