You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2014/04/09 20:20:37 UTC

svn commit: r1586069 - in /santuario/xml-security-java/branches/1.5.x-fixes: libs/junit-4.11.jar libs/junit-4.8.2.jar pom.xml

Author: coheigea
Date: Wed Apr  9 18:20:37 2014
New Revision: 1586069

URL: http://svn.apache.org/r1586069
Log:
Reverting junit upgrade

Added:
    santuario/xml-security-java/branches/1.5.x-fixes/libs/junit-4.8.2.jar
Removed:
    santuario/xml-security-java/branches/1.5.x-fixes/libs/junit-4.11.jar
Modified:
    santuario/xml-security-java/branches/1.5.x-fixes/pom.xml

Added: santuario/xml-security-java/branches/1.5.x-fixes/libs/junit-4.8.2.jar
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/libs/junit-4.8.2.jar?rev=1586069&view=auto
==============================================================================
Files santuario/xml-security-java/branches/1.5.x-fixes/libs/junit-4.8.2.jar (added) and santuario/xml-security-java/branches/1.5.x-fixes/libs/junit-4.8.2.jar Wed Apr  9 18:20:37 2014 differ

Modified: santuario/xml-security-java/branches/1.5.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/pom.xml?rev=1586069&r1=1586068&r2=1586069&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/pom.xml Wed Apr  9 18:20:37 2014
@@ -334,7 +334,7 @@
         <commons.logging.version>1.1.1</commons.logging.version>
         <xalan.version>2.7.1</xalan.version>
         <xerces.version>2.9.1</xerces.version>
-        <junit.version>4.11</junit.version>
+        <junit.version>4.8.2</junit.version>
         <log4j.version>1.2.17</log4j.version>
         <bcprov.version>1.47</bcprov.version>
     </properties>