You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ch...@apache.org on 2015/01/05 08:38:21 UTC

incubator-reef git commit: [REEF-83]: maven-javadoc-plugin breaks mvn -Papache-release

Repository: incubator-reef
Updated Branches:
  refs/heads/master 156a32fe7 -> ef7787871


[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 <bg...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/ef778787
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/ef778787
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/ef778787

Branch: refs/heads/master
Commit: ef77878716b6cd8813b52256e3b285a4c90af2b0
Parents: 156a32f
Author: Byung-Gon Chun <bg...@apache.org>
Authored: Mon Jan 5 16:08:16 2015 +0900
Committer: Brian Cho <ch...@apache.org>
Committed: Mon Jan 5 16:20:44 2015 +0900

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/ef778787/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f3eae0..9427d07 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>