Author: ltheussl Date: Sat Jan 1 20:29:23 2011 New Revision: 1054284 URL: http://svn.apache.org/viewvc?rev=1054284&view=rev Log: upgrade to latest parent and site and pir plugins
Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1054284&r1=1054283&r2=1054284&view=diff ============================================================================== --- maven/doxia/doxia/trunk/pom.xml (original) +++ maven/doxia/doxia/trunk/pom.xml Sat Jan 1 20:29:23 2011 @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>16</version> + <version>19-SNAPSHOT</version> <relativePath>../../pom/maven/pom.xml</relativePath> </parent> @@ -36,7 +36,7 @@ under the License. <name>Doxia</name> <description>Doxia is a content generation framework that provides powerful techniques for generating static and dynamic content, supporting a variety of markup languages.</description> - <url>http://maven.apache.org/doxia/doxia</url> + <url>http://maven.apache.org/doxia/doxia/</url> <inceptionYear>2005</inceptionYear> <mailingLists> @@ -282,7 +282,7 @@ under the License. </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.2</version> + <version>2.3.1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -319,6 +319,7 @@ under the License. </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> + <version>2.3-SNAPSHOT</version> <configuration> <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-${project.version}</stagingSiteURL> </configuration> @@ -356,7 +357,7 @@ under the License. <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.2</version> + <version>2.3.1</version> </plugin> </plugins> </reporting>