Author: vsiveton
Date: Thu Mar 26 16:14:29 2009
New Revision: 758713
URL: http://svn.apache.org/viewvc?rev=758713&view=rev
Log:
o bumped to latest parent and maven-project-info-reports-plugin
Modified:
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=758713&r1=758712&r2=758713&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Mar 26 16:14:29 2009
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>4</version>
+ <version>5</version>
</parent>
<groupId>org.apache.shindig</groupId>
@@ -629,7 +629,12 @@
<exclude>**/jsunit/**/*</exclude>
</excludes>
</configuration>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4.3</version>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
@@ -1120,12 +1125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.3</version>
+ <version>2.1.1</version>
</plugin>
</plugins>
</reporting>