Author: rahul Date: Sat Aug 22 04:00:45 2009 New Revision: 806780 URL: http://svn.apache.org/viewvc?rev=806780&view=rev Log: Upgrade to latest maven-xdoc-plugin version (1.10.1)
Modified: commons/proper/commons-build/trunk/pluginUpdate.txt commons/proper/commons-build/trunk/project.xml Modified: commons/proper/commons-build/trunk/pluginUpdate.txt URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/pluginUpdate.txt?rev=806780&r1=806779&r2=806780&view=diff ============================================================================== --- commons/proper/commons-build/trunk/pluginUpdate.txt (original) +++ commons/proper/commons-build/trunk/pluginUpdate.txt Sat Aug 22 04:00:45 2009 @@ -15,4 +15,4 @@ maven plugin:download -DgroupId=maven -DartifactId=maven-scm-plugin -Dversion=1.5 -Dmaven.repo.remote=http://repo1.maven.org/maven maven plugin:download -DgroupId=maven -DartifactId=maven-site-plugin -Dversion=1.6.1 -Dmaven.repo.remote=http://repo1.maven.org/maven maven plugin:download -DgroupId=maven -DartifactId=maven-test-plugin -Dversion=1.7 -Dmaven.repo.remote=http://repo1.maven.org/maven -maven plugin:download -DgroupId=maven -DartifactId=maven-xdoc-plugin -Dversion=1.9.2 -Dmaven.repo.remote=http://repo1.maven.org/maven +maven plugin:download -DgroupId=maven -DartifactId=maven-xdoc-plugin -Dversion=1.10.1 -Dmaven.repo.remote=http://repo1.maven.org/maven Modified: commons/proper/commons-build/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/project.xml?rev=806780&r1=806779&r2=806780&view=diff ============================================================================== --- commons/proper/commons-build/trunk/project.xml (original) +++ commons/proper/commons-build/trunk/project.xml Sat Aug 22 04:00:45 2009 @@ -69,7 +69,7 @@ <dependency> <groupId>maven</groupId> <artifactId>maven-xdoc-plugin</artifactId> - <version>1.9.2</version> + <version>1.10.1</version> <url>http://maven.apache.org/maven-1.x/plugins/xdoc/</url> <type>plugin</type> </dependency>