You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by la...@apache.org on 2018/06/05 14:45:19 UTC

calcite-avatica git commit: [CALCITE-2341] Fix javadoc plugin incompatibility

Repository: calcite-avatica
Updated Branches:
  refs/heads/master f44b11276 -> 99ea23ec7


[CALCITE-2341] Fix javadoc plugin incompatibility

Fix the javadoc plugin incompatibility with JDK10 or higher but
updating the plugin version from 3.0.0 to 3.0.1

Close apache/calcite-avatica#55


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/99ea23ec
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/99ea23ec
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/99ea23ec

Branch: refs/heads/master
Commit: 99ea23ec730fb154dbc86ec03b8742368f2f48c7
Parents: f44b112
Author: Laurent Goujon <la...@apache.org>
Authored: Tue Jun 5 07:40:26 2018 -0700
Committer: Laurent Goujon <la...@apache.org>
Committed: Tue Jun 5 07:44:15 2018 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/99ea23ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c5bff4..5fdbb6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,8 +85,8 @@ limitations under the License.
     <maven-checkstyle-plugin.version>2.12.1</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>2.10</maven-dependency-plugin.version>
     <maven-enforcer-plugin.version>3.0.0-M1</maven-enforcer-plugin.version>
-    <!-- Apache 19 has 2.10.4, but need 3.0.0 for [MJAVADOC-524]. -->
-    <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
+    <!-- Apache 19 has 2.10.4, but need 3.0.1 for [MJAVADOC-517]. -->
+    <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
     <maven-scm-provider.version>1.9.4</maven-scm-provider.version>
     <maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
     <!-- Apache 19 has 2.20.1, but need 2.21.0+ for [MPOM-184] -->