Author: stain
Date: Wed Sep 14 12:43:25 2016
New Revision: 1760695

URL: http://svn.apache.org/viewvc?rev=1760695&view=rev
Log:
correct pom.xml syntax

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1760695&r1=1760694&r2=1760695&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Sep 14 12:43:25 2016
@@ -353,7 +353,7 @@
               <redirectTestOutputToFile>true</redirectTestOutputToFile>
               <systemPropertyVariables>
                   
<org.apache.commons.logging.LogFactory>org.apache.commons.logging.impl.LogFactoryImpl</org.apache.commons.logging.LogFactory>
-                  
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>>
+                  
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>
                   
<org.apache.commons.logging.simplelog.defaultlog>WARN</org.apache.commons.logging.simplelog.defaultlog>
               </systemPropertyVariables>
 


Reply via email to