Roll to next version after release

Change to version 1.4.1-SNAPSHOT

Change-Id: Ie6238743cbe2bebeb122ce3985fb2488d9a6c62e
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
diff --git a/appc-adapters/pom.xml b/appc-adapters/pom.xml
index ee052e0..e698ca2 100644
--- a/appc-adapters/pom.xml
+++ b/appc-adapters/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.onap.appc</groupId>
 		<artifactId>appc</artifactId>
-		<version>1.4.0-SNAPSHOT</version>
+		<version>1.4.1-SNAPSHOT</version>
 	</parent>
 	<artifactId>appc-adapters</artifactId>
 	<name>APPC Adapters</name>
@@ -40,5 +40,5 @@
 		<module>appc-rest-healthcheck-adapter</module>
 		<module>appc-ansible-adapter</module>
 	</modules>
-	<version>1.4.0-SNAPSHOT</version>
+	<version>1.4.1-SNAPSHOT</version>
 </project>