Author: hboutemy Date: Wed Sep 17 22:22:32 2014 New Revision: 1625839 URL: http://svn.apache.org/r1625839 Log: updated maven-reporting-impl to just released version
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=1625839&r1=1625838&r2=1625839&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Sep 17 22:22:32 2014 @@ -62,8 +62,6 @@ under the License. <checkstyleVersion>5.7</checkstyleVersion> <doxiaVersion>1.4</doxiaVersion> <sitePluginVersion>3.3</sitePluginVersion> - <!-- Used only by dependency on maven-plugin-annotations --> - <mavenPluginVersion>3.2</mavenPluginVersion> </properties> <contributors> @@ -110,7 +108,6 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>${mavenPluginVersion}</version> <scope>provided</scope> </dependency> @@ -123,7 +120,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.3</version> </dependency> <!-- doxia -->