summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTal Gitelman <tal.gitelman@att.com>2018-11-05 11:26:23 +0200
committerTal Gitelman <tal.gitelman@att.com>2018-11-05 11:26:23 +0200
commit36aaff0eb99184ecb552d14aa44b818308be38ee (patch)
tree6b617273af00bd38d452ccdf407e91d93e4221a0
parentd18094dfca7558771c8ac08893b069c0dfd44a23 (diff)
upgrading jettycasablanca
Change-Id: Ia6701d1d27006952748abb69ca2a544eacaa600d Issue-ID: SDC-1767 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 338f6ac..0620a28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}