[maven-release-plugin] prepare release v0.4.1
diff --git a/client/pom.xml b/client/pom.xml
index e640215..d8577f0 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
         <groupId>io.prediction</groupId>
         <artifactId>sdk</artifactId>
         <relativePath>../pom.xml</relativePath>
-        <version>0.4.1-SNAPSHOT</version>
+        <version>0.4.1</version>
     </parent>
 
     <artifactId>client</artifactId>
diff --git a/pom.xml b/pom.xml
index 05885ff..9652cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>io.prediction</groupId>
     <artifactId>sdk</artifactId>
-    <version>0.4.1-SNAPSHOT</version>
+    <version>0.4.1</version>
     <url>http://prediction.io</url>
     <packaging>pom</packaging>
     <name>PredictionIO Java SDK</name>