Author: dennisl
Date: Thu May 15 15:40:03 2008
New Revision: 656880
URL: http://svn.apache.org/viewvc?rev=656880&view=rev
Log:
o Make changes to get the release moving.
Modified:
maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/pom.xml
Modified:
maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/pom.xml?rev=656880&r1=656879&r2=656880&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/pom.xml
(original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0-alpha-x/pom.xml
Thu May 15 15:40:03 2008
@@ -106,7 +106,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-4</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags</tagBase>
</configuration>