Revision: 6259
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6259&view=rev
Author: manningr
Date: 2011-05-14 23:15:33 +0000 (Sat, 14 May 2011)
Log Message:
-----------
Use latest version of the maven-surefire-plugin which supposedly fixes threading issues that can cause the build to fail with : CommandLineException: Error inside systemErr parser Caused by: java.lang.NullPointerException in FileOutputConsumerProxy.consumeOutputLine(FileOutputConsumerProxy.java:161)
Modified Paths:
--------------
trunk/sql12/pom.xml
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2011-05-14 23:07:35 UTC (rev 6258)
+++ trunk/sql12/pom.xml 2011-05-14 23:15:33 UTC (rev 6259)
@@ -78,8 +78,8 @@
<source-plugin-version>2.1.2</source-plugin-version>
<squirrelsql-version-plugin-version>1.0.8</squirrelsql-version-plugin-version>
<squirrelsql-update-site-plugin-version>1.0.8</squirrelsql-update-site-plugin-version>
- <surefire-plugin-version>2.6</surefire-plugin-version>
- <surefire-report-plugin-version>2.0-beta-1</surefire-report-plugin-version>
+ <surefire-plugin-version>2.8.1</surefire-plugin-version>
+ <surefire-report-plugin-version>2.8.1</surefire-report-plugin-version>
<wagon-plugin-version>1.0-beta-3</wagon-plugin-version>
<!-- Thirdparty Library Versions -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|