Bump maven-javadoc-plugin version from 2.10.3 to 2.10.4 43/46643/1
authorMichael Vorburger <vorburger@redhat.com>
Fri, 7 Oct 2016 00:38:44 +0000 (02:38 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Fri, 7 Oct 2016 00:38:44 +0000 (02:38 +0200)
Not just for fun, but because I've just figured, through trial and
error, that this fixes a weird problem seen in the failed builds of
https://git.opendaylight.org/gerrit/#/c/46206/ - the older 2.10.3 seems
to have some bug which causes it to choke on finding references between
(two different kinds of) generated code in JavaDoc gen. and the 2.10.4
upgrade magically fixes it (I've locally tested this).

Note that we seem to have our maven-javadoc-plugin version defined in
two places, which is a bit of a shame (and very confusing at first).  I
wanted to get this bump merged in ASAP, with minimal side effect, so in
this commit have just changed both places.  A follow-up commit which
unifies this into a single place for the next time around would be cool.

Change-Id: Ie2c35f4a7dea357eed5ce8b72c9e757dbdf85565
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
odlparent-lite/pom.xml
odlparent/pom.xml

index 9ac2706eefbd03cae3b03a33f3769e3db1f270e4..c7e003cc4fb5982c502eb0eb32568c1f38fc06e4 100644 (file)
@@ -99,7 +99,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10.3</version>
+          <version>2.10.4</version>
           <configuration>
             <!-- Keep things quiet except for warnings/errors -->
             <quiet>true</quiet>
index 2222f84346fbc83e60e3e0d0ee5be0ccfd4b4ea7..c918075c31f8a39bb834e2c4f12dca8dfc3f7e7f 100644 (file)
@@ -59,7 +59,7 @@
     <!-- Used in mdsal, yangtools -->
     <maven.jar.version>3.0.0</maven.jar.version>
     <!-- Used in controller, coretutorials, mdsal, snbi, yangtools -->
-    <maven.javadoc.version>2.10.3</maven.javadoc.version>
+    <maven.javadoc.version>2.10.4</maven.javadoc.version>
     <!-- Used in snmp -->
     <maven.plugin.version>3.4</maven.plugin.version>
     <!-- Used in neutron, of-config, tsdr, yangtools -->