diff --git a/CHANGES.txt b/CHANGES.txt
index 84c391f..813f0f5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+Version 1.0.5:
+* is built itself with Java 8
+* fixes javadoc problem with Java 8 (doclint must be turned off in pom.xml)
+
Version 1.0.4:
* Closing InputStreams in several cases fixed "too many open files" on Linux.
diff --git a/pom.xml b/pom.xml
index e591ee9..f7b37de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
de.andrena.tools.macker
macker
- 1.0.4
+ 1.0.5
jar
Macker
@@ -69,7 +69,10 @@
org.apache.maven.plugins
maven-javadoc-plugin
2.9
-
+
+ -Xdoclint:none
+
+
attach-javadocs