summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosgn422w <gervais-martial.ngueko@intl.att.com>2020-03-03 17:37:34 +0100
committerosgn422w <gervais-martial.ngueko@intl.att.com>2020-03-03 17:37:34 +0100
commit8fa05d9caafd471230739c36e119e0d9112975d9 (patch)
treeafeadd500418e80d548333b066d168280103d643
parent880785d795cfb62ddc15b6e6dd6375f37c8ff261 (diff)
ES as non-root5.0.3
ElasticSearch docker started as non-root Issue-ID: CLAMP-668 Change-Id: I56fabda73fb56173071363a6481a0e703ef5b18a Signed-off-by: osgn422w <gervais-martial.ngueko@intl.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 8acc337..b143947 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.clamp</groupId>
<artifactId>clds</artifactId>
- <version>5.0.2-SNAPSHOT</version>
+ <version>5.0.3-SNAPSHOT</version>
<name>clamp-dashboard</name>
diff --git a/version.properties b/version.properties
index e744678..03559c7 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=5
minor=0
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}