Version bump casablanca branch to 3.0.1-SNAPSHOT

Change-Id: I4662c18bb029d4a131c1f90384425ffba74bf767
Issue-ID: INT-723
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml
index 48dd9c1..ba3f88f 100644
--- a/version-manifest/pom.xml
+++ b/version-manifest/pom.xml
@@ -8,7 +8,7 @@
   </parent>
   <groupId>org.onap.integration</groupId>
   <artifactId>version-manifest</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>ONAP Version Manifest and Maven Plugin</name>
   <url>https://www.onap.org</url>
diff --git a/version.properties b/version.properties
index ddc6dd8..9ef04d6 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
 
 major_version=3
 minor_version=0
-patch_version=0
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}