From: sebdet Date: Mon, 22 Oct 2018 11:09:13 +0000 (+0200) Subject: Increment the version X-Git-Tag: 3.0.1~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=6bcae19c6a5c8b4eaeac62a8e9d7a38a1ec4bda2 Increment the version Increment to 3.0.1 for latest fixes coming soon Issue-ID: CLAMP-232 Change-Id: I537f4d39598f7a428f0f8f94b00b3c7ef3f255dd Signed-off-by: sebdet --- diff --git a/pom.xml b/pom.xml index 7f4f5d9e..c9271046 100644 --- a/pom.xml +++ b/pom.xml @@ -24,14 +24,14 @@ 4.0.0 org.onap.clamp clds - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT clamp - - - - - + + org.onap.oparent + oparent + 1.2.0 + This project build the ONAP CLAMP JAR that contains CLAMP back-end code and its UI part. @@ -393,7 +393,7 @@ org.onap.policy.engine PolicyEngineAPI - 1.3.0-SNAPSHOT + 1.3.0 com.google.guava @@ -545,7 +545,6 @@ com.google.guava guava - 25.1-jre diff --git a/version.properties b/version.properties index 22b38287..16d80a9f 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}