aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2018-10-30 17:56:59 +0100
committersebdet <sebastien.determe@intl.att.com>2018-10-30 17:56:59 +0100
commit626d60b91ebe94bc9de2dfae45b211a7c9bd7687 (patch)
treead8cc04753341dedd353469ce4115287f6449dac
parent840f2aee9e4d5cebd37efbe5426378718bae5684 (diff)
Update pom
Update pom to 3.0.2 for RC2 Issue-ID: CLAMP-240 Change-Id: Id219f040aca1a98e3e64d7877c2cdb1b91efaa89 Signed-off-by: sebdet <sebastien.determe@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 0f1eab23..60900f07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.clamp</groupId>
<artifactId>clds</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
<name>clamp</name>
<parent>
diff --git a/version.properties b/version.properties
index 16d80a9f..244632e0 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=3
minor=0
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}