Author: vsiveton
Date: Mon Mar 2 18:41:58 2009
New Revision: 749405
URL: http://svn.apache.org/viewvc?rev=749405&view=rev
Log:
o using MPIR 2.1.1
Modified:
maven/doxia/site/pom.xml
Modified: maven/doxia/site/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=749405&r1=749404&r2=749405&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Mon Mar 2 18:41:58 2009
@@ -187,18 +187,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1</version>
- <reportSets>
- <reportSet>
- <reports>
- <report>cim</report>
- <report>issue-tracking</report>
- <report>mailing-list</report>
- <report>license</report>
- <report>project-team</report>
- </reports>
- </reportSet>
- </reportSets>
+ <version>2.1.1</version>
</plugin>
<!-- Note: 'site' needs to be called twice to generate the linkcheck
report
<plugin>