You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2015/02/01 16:20:37 UTC

svn commit: r1656315 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: dennisl
Date: Sun Feb  1 15:20:37 2015
New Revision: 1656315

URL: http://svn.apache.org/r1656315
Log:
Update to released version of maven-shared-resources:2.

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=1656315&r1=1656314&r2=1656315&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Feb  1 15:20:37 2015
@@ -126,7 +126,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-resources</artifactId>
-      <version>2-SNAPSHOT</version>
+      <version>2</version>
     </dependency>
 
     <!-- doxia -->