Author: dennisl
Date: Thu Mar 12 16:01:22 2015
New Revision: 1666230

URL: http://svn.apache.org/r1666230
Log:
[MCHECKSTYLE-288] NullPointerException during building a multi-module project

The real bug was in plexus-resources, which was fixed in version 1.0.1.

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1666230&r1=1666229&r2=1666230&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Mar 12 16:01:22 2015
@@ -172,7 +172,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-resources</artifactId>
-      <version>1.0-alpha-7</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>


Reply via email to