Skip to content

Commit

Permalink
Prepare release 1.0.5 which is built itself with Java 8 +++ fix javadoc
Browse files Browse the repository at this point in the history
problem with Java 8 (doclint must be turned off)
  • Loading branch information
tillneum committed Feb 15, 2017
1 parent 1879b2f commit 706250a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.andrena.tools.macker</groupId>
<artifactId>macker</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>jar</packaging>

<name>Macker</name>
Expand Down Expand Up @@ -69,7 +69,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
Expand Down

0 comments on commit 706250a

Please sign in to comment.