You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2009/01/20 22:59:34 UTC

svn commit: r736128 - in /jakarta/cactus/trunk: integration/ant/pom.xml integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java pom.xml

Author: ptahchiev
Date: Tue Jan 20 13:59:33 2009
New Revision: 736128

URL: http://svn.apache.org/viewvc?rev=736128&view=rev
Log:
Changed the version of the surefire plugin used.

Modified:
    jakarta/cactus/trunk/integration/ant/pom.xml
    jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java
    jakarta/cactus/trunk/pom.xml

Modified: jakarta/cactus/trunk/integration/ant/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/pom.xml?rev=736128&r1=736127&r2=736128&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/pom.xml (original)
+++ jakarta/cactus/trunk/integration/ant/pom.xml Tue Jan 20 13:59:33 2009
@@ -92,7 +92,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.1.3</version>
+					<version>2.4.3</version>
 					<configuration>
 						<systemProperties>
 							<property>

Modified: jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java?rev=736128&r1=736127&r2=736128&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java (original)
+++ jakarta/cactus/trunk/integration/ant/src/test/java/org/apache/cactus/integration/ant/deployment/webapp/TestWebXmlVersion.java Tue Jan 20 13:59:33 2009
@@ -27,7 +27,6 @@
 import junit.framework.TestCase;
 
 import org.codehaus.cargo.module.webapp.WebXmlVersion;
-import org.jdom.DefaultJDOMFactory;
 import org.jdom.DocType;
 
 /**

Modified: jakarta/cactus/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=736128&r1=736127&r2=736128&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Tue Jan 20 13:59:33 2009
@@ -473,7 +473,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-surefire-plugin</artifactId>
-				<version>2.3</version>
+				<version>2.4.3</version>
 			</plugin>
 			<plugin>
 				<artifactId>maven-site-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org