Bump up clamp 72/89572/1
authorsebdet <sebastien.determe@intl.att.com>
Fri, 7 Jun 2019 10:07:07 +0000 (12:07 +0200)
committersebdet <sebastien.determe@intl.att.com>
Fri, 7 Jun 2019 10:07:07 +0000 (12:07 +0200)
Bump up clamp to release 4.0.5 version

Issue-ID: CLAMP-407
Change-Id: Ifb2c1f48e7341ca8cbed8a9aba05837173956301
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
docs/release-notes.rst
pom.xml
version.properties

index 4a84777..130821a 100644 (file)
@@ -5,7 +5,7 @@
 Release Notes
 =============
 
-Version: 4.0.4
+Version: 4.0.5
 --------------
 
 :Release Date: 2019-06-06
diff --git a/pom.xml b/pom.xml
index 34abce4..6e4fc50 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
                <modelVersion>4.0.0</modelVersion>
                <groupId>org.onap.clamp</groupId>
                <artifactId>clds</artifactId>
-               <version>4.0.4-SNAPSHOT</version>
+               <version>4.0.5-SNAPSHOT</version>
                <name>clamp</name>
 
 <!--  -->
index ab43bfd..0b6512e 100644 (file)
@@ -27,7 +27,7 @@
 
 major=4
 minor=0
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}