Merge "Bump up clamp to 5.0.3"
diff --git a/pom.xml b/pom.xml
index 3344f80..3a64149 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</name>
 
 
diff --git a/version.properties b/version.properties
index be33a5e..578d597 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
 
 major=5
 minor=0
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}