Author: sebb Date: Fri Jan 6 19:44:08 2012 New Revision: 1228365 URL: http://svn.apache.org/viewvc?rev=1228365&view=rev Log: Need more recent Surefire version to support systemPropertyVariables
Modified: commons/proper/logging/trunk/pom.xml Modified: commons/proper/logging/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1228365&r1=1228364&r2=1228365&view=diff ============================================================================== --- commons/proper/logging/trunk/pom.xml (original) +++ commons/proper/logging/trunk/pom.xml Fri Jan 6 19:44:08 2012 @@ -146,7 +146,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.3</version> + <version>2.9</version> </plugin> </plugins> </pluginManagement>