You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/04 12:02:21 UTC

svn commit: r1357203 - /incubator/syncope/trunk/parent/pom.xml

Author: ilgrosso
Date: Wed Jul  4 10:02:21 2012
New Revision: 1357203

URL: http://svn.apache.org/viewvc?rev=1357203&view=rev
Log:
Updating SLF4J and Logback to latest versions

Modified:
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1357203&r1=1357202&r2=1357203&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Wed Jul  4 10:02:21 2012
@@ -264,8 +264,8 @@ under the License.
 
     <h2.version>1.3.167</h2.version>
 
-    <logback.version>1.0.5</logback.version>
-    <slf4j.version>1.6.5</slf4j.version>
+    <logback.version>1.0.6</logback.version>
+    <slf4j.version>1.6.6</slf4j.version>
 
     <junit.version>4.10</junit.version>
     <selenium-java-client-driver.version>1.0.2</selenium-java-client-driver.version>