diff --git a/CHANGELOG.md b/CHANGELOG.md
index 698408a6f92ede94a957a5e302eeb5b6b8a36978..0d6ed1a5a986a3dc64c79dcb4b6abc168ba27494 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Fixed
 
 - #145 Documentation of importances and inheritance
+* Missing sources of the easy-unit dependency.
 
 ### Security
 
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..d2616a454bee0031285fa82b51bffdb97c53e4b1 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-M5</version>
         <configuration>
           <includes>
             <include>**/*.java</include>