diff --git a/Makefile b/Makefile
index 1543286b67c6c7be20772a3b6932b9e0dcec27d5..7cafdb949cc213d1468383ce7c6a280452ef9904 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ stop-debug-screen:
 
 easy-units: .m2-local
 	mvn clean
-	mvn deploy:deploy-file -DgroupId=de.timmfitschen -DartifactId=easy-units -Dversion=0.0.1-SNAPSHOT -Durl=file:./.m2-local/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./lib/easy-units-0.0.1-SNAPSHOT-jar-with-dependencies.jar
+	mvn deploy:deploy-file -DgroupId=de.timmfitschen -DartifactId=easy-units -Dversion=0.0.1 -Durl=file:./.m2-local/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=./lib/easy-units-0.0.1-jar-with-dependencies.jar
 
 # Compile the standalone documentation
 .PHONY: doc
diff --git a/lib/easy-units-0.0.1-SNAPSHOT-jar-with-dependencies.jar b/lib/easy-units-0.0.1-jar-with-dependencies.jar
similarity index 94%
rename from lib/easy-units-0.0.1-SNAPSHOT-jar-with-dependencies.jar
rename to lib/easy-units-0.0.1-jar-with-dependencies.jar
index c9bad485f59d2694cbcb64dee8b5242b2e4b0d72..325862a45f9bb338541e99c24ad1b8421577a61c 100644
Binary files a/lib/easy-units-0.0.1-SNAPSHOT-jar-with-dependencies.jar and b/lib/easy-units-0.0.1-jar-with-dependencies.jar differ
diff --git a/lib/easy-units-0.0.1-javadoc.jar b/lib/easy-units-0.0.1-javadoc.jar
new file mode 100644
index 0000000000000000000000000000000000000000..2785b00e4119fb201fb9a0a373c2dd2ac01ee701
Binary files /dev/null and b/lib/easy-units-0.0.1-javadoc.jar differ
diff --git a/lib/easy-units-0.0.1-sources.jar b/lib/easy-units-0.0.1-sources.jar
new file mode 100644
index 0000000000000000000000000000000000000000..83d50d59bad73ea067475d1cf247c8b31d82fb40
Binary files /dev/null and b/lib/easy-units-0.0.1-sources.jar differ
diff --git a/pom.xml b/pom.xml
index 7fece112f6b7bff37e0f8b8afdab0579e073a842..72d58f56802fb51cbee494880dad9b84865a3a39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>de.timmfitschen</groupId>
       <artifactId>easy-units</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.quartz-scheduler</groupId>
@@ -241,7 +241,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.0.0-M3</version>
+        <version>3.0.0-M9</version>
         <configuration>
           <includes>
             <include>**/*.java</include>