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 2014/03/09 15:19:45 UTC

svn commit: r1575711 - /maven/plugins/trunk/maven-checkstyle-plugin/src/it/inlinerules/pom.xml

Author: khmarbaise
Date: Sun Mar  9 14:19:44 2014
New Revision: 1575711

URL: http://svn.apache.org/r1575711
Log:
- Fixed failing integration test
  based on a hard coded plugin version in the pom file.

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/inlinerules/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/inlinerules/pom.xml?rev=1575711&r1=1575710&r2=1575711&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/inlinerules/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/inlinerules/pom.xml Sun Mar  9 14:19:44 2014
@@ -34,7 +34,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.12-SNAPSHOT</version>
+        <version>@project.version@</version>
         <executions>
           <execution>
             <id>check</id>