diff options
author | Tal Gitelman <tal.gitelman@att.com> | 2018-11-05 11:26:23 +0200 |
---|---|---|
committer | Tal Gitelman <tal.gitelman@att.com> | 2018-11-05 11:26:23 +0200 |
commit | 36aaff0eb99184ecb552d14aa44b818308be38ee (patch) | |
tree | 6b617273af00bd38d452ccdf407e91d93e4221a0 | |
parent | d18094dfca7558771c8ac08893b069c0dfd44a23 (diff) |
upgrading jettycasablanca
Change-Id: Ia6701d1d27006952748abb69ca2a544eacaa600d
Issue-ID: SDC-1767
Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <groupId>org.onap.sdc.sdc-docker-base</groupId> <artifactId>sdc-docker-base</artifactId> <packaging>pom</packaging> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <name>sdc-sdc-docker-base</name> <properties> diff --git a/version.properties b/version.properties index a169fce..0d94dfd 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=4 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |