Author: vsiveton Date: Mon Nov 30 11:55:31 2009 New Revision: 885389 URL: http://svn.apache.org/viewvc?rev=885389&view=rev Log: o prepare release, bump parent and some plugins version
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=885389&r1=885388&r2=885389&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/pom.xml Mon Nov 30 11:55:31 2009 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>13</version> + <version>15</version> <relativePath>../../pom/maven/pom.xml</relativePath> </parent> @@ -252,6 +252,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.6.1</version> <configuration> <source>1.4</source> <links> @@ -290,7 +291,7 @@ <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.1</version> + <version>2.1.2</version> </plugin> </plugins> </reporting>