Repository: flink
Updated Branches:
  refs/heads/release-1.3 d4a646a03 -> f72eff7fc


[FLINK-6815] Fix javadocs by upgrading genjavadoc-plugin_2.10.6 to 0.10


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

Branch: refs/heads/release-1.3
Commit: f72eff7fcb1f41128ac9ad85c541b0a347ecc3dc
Parents: d4a646a
Author: Robert Metzger <[email protected]>
Authored: Fri Jun 2 12:04:54 2017 +0200
Committer: Robert Metzger <[email protected]>
Committed: Wed Jun 7 20:47:34 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/f72eff7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e5f51c3..9d78d4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -642,7 +642,7 @@ under the License.
                                                                <compilerPlugin>
                                                                        
<groupId>com.typesafe.genjavadoc</groupId>
                                                                        
<artifactId>genjavadoc-plugin_${scala.version}</artifactId>
-                                                                       
<version>0.8</version>
+                                                                       
<version>0.10</version>
                                                                
</compilerPlugin>
                                                        </compilerPlugins>
                                                </configuration>

Reply via email to