You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ie...@apache.org on 2009/01/08 11:03:29 UTC

svn commit: r732669 - /incubator/shindig/trunk/pom.xml

Author: ieb
Date: Thu Jan  8 02:03:28 2009
New Revision: 732669

URL: http://svn.apache.org/viewvc?rev=732669&view=rev
Log:
 	 SHINDIG-718

Patch from Chico Charlesworth
Fixes issues with surefire plugin from behind a proxy (tests fail)
Thanks

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=732669&r1=732668&r2=732669&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Jan  8 02:03:28 2009
@@ -694,7 +694,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
+          <version>2.4.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>