Author: olamy Date: Wed Nov 21 21:03:03 2012 New Revision: 1412295 URL: http://svn.apache.org/viewvc?rev=1412295&view=rev Log: upgrade some plugins
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1412295&r1=1412294&r2=1412295&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Wed Nov 21 21:03:03 2012 @@ -44,6 +44,8 @@ <maven.compiler.source>1.5</maven.compiler.source> <maven.compiler.target>1.5</maven.compiler.target> <mavenVersion>2.2.1</mavenVersion> + + <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion> <!-- Test settings --> <maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile> <failsafe.version>2.12.4</failsafe.version> @@ -400,7 +402,7 @@ <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.2</version> + <version>${mavenPluginPluginVersion}</version> <scope>provided</scope> </dependency> @@ -624,7 +626,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.2</version> + <version>${mavenPluginPluginVersion}</version> <configuration> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> @@ -778,7 +780,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.1</version> + <version>${mavenPluginPluginVersion}</version> <configuration> <requirements> <jdk>${maven.compiler.target}</jdk> @@ -788,7 +790,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8.1</version> + <version>2.9</version> <inherited>false</inherited> <reportSets> <reportSet> @@ -803,11 +805,12 @@ <link>http://tomcat.apache.org/tomcat-7.0-doc/api/</link> </links> <detectLinks>true</detectLinks> + <notimestamp>true</notimestamp> <tagletArtifacts> <tagletArtifact> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-javadoc</artifactId> - <version>3.1</version> + <version>3.2</version> </tagletArtifact> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org