You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/08/12 21:04:14 UTC

svn commit: r1804871 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: khmarbaise
Date: Sat Aug 12 21:04:14 2017
New Revision: 1804871

URL: http://svn.apache.org/viewvc?rev=1804871&view=rev
Log:
[MCOMPILER-289] Comments in module-info.java break test compile due to parser issue
 o Upgraded to qdox version 2.0-M7 which contains the fix.

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1804871&r1=1804870&r2=1804871&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Aug 12 21:04:14 2017
@@ -117,7 +117,7 @@ under the License.
     <dependency>
       <groupId>com.thoughtworks.qdox</groupId>
       <artifactId>qdox</artifactId>
-      <version>2.0-M6</version>
+      <version>2.0-M7</version>
     </dependency>
 
     <dependency>