Author: borges
Date: 2011-04-28 11:53:00 -0400 (Thu, 28 Apr 2011)
New Revision: 10572
Modified:
trunk/pom.xml
Log:
Fix IndexOutOfBounds error by upgrading plugin to latest version
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-04-28 14:10:37 UTC (rev 10571)
+++ trunk/pom.xml 2011-04-28 15:53:00 UTC (rev 10572)
@@ -365,6 +365,8 @@
<
url>https://repository.jboss.org/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
+
+
<profiles>
<profile>
<id>release</id>
@@ -422,7 +424,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-5</version>
+ <version>2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>