Repository: incubator-reef Updated Branches: refs/heads/branch-0.10.0-incubating d289a8e85 -> fbf58b464
[REEF-83]: maven-javadoc-plugin breaks mvn -Papache-release This addressed the issue by updating the version of maven-javadoc-plugin to 2.10.1. JIRA: [REEF-83](https://issues.apache.org/jira/browse/REEF-83) Pull Request: Closes #45 Author: Byung-Gon Chun <bgc...@apache.org> cherry-picking commit ef77878. Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/fbf58b46 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/fbf58b46 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/fbf58b46 Branch: refs/heads/branch-0.10.0-incubating Commit: fbf58b464e141fde3c8ee58e94318f88323f1ff4 Parents: d289a8e Author: Byung-Gon Chun <bgc...@apache.org> Authored: Mon Jan 5 16:08:16 2015 +0900 Committer: Brian Cho <chobr...@apache.org> Committed: Mon Jan 5 16:41:03 2015 +0900 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/fbf58b46/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1190636..b0acfd3 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.10</version> + <version>2.10.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>