You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2011/12/15 14:14:07 UTC

svn commit: r1214741 - in /incubator/gora/trunk: CHANGES.txt pom.xml

Author: lewismc
Date: Thu Dec 15 13:14:07 2011
New Revision: 1214741

URL: http://svn.apache.org/viewvc?rev=1214741&view=rev
Log:
commit to address part of GORA-55. Downgraded Slf4j dependency from 1.6.4 to 1.5.8 to remove multiple bindings available on classpath, finally updated CHANGES.txt

Modified:
    incubator/gora/trunk/CHANGES.txt
    incubator/gora/trunk/pom.xml

Modified: incubator/gora/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/gora/trunk/CHANGES.txt?rev=1214741&r1=1214740&r2=1214741&view=diff
==============================================================================
--- incubator/gora/trunk/CHANGES.txt (original)
+++ incubator/gora/trunk/CHANGES.txt Thu Dec 15 13:14:07 2011
@@ -2,6 +2,12 @@ Gora Change Log
 
 Trunk (unreleased changes):
 
+* GORA-55 Downgraded Slf4j dependency from 1.6.4 to 1.5.8 to remove multiple bindings available on classpath.
+
+* GORA-68 Added test.build.data System property so that test data can be stored under target. Added port reservation for gora-sql tests. Added mapping xml to the gora-sql test classpath (iocanel)
+
+* GORA-51 Added surefire plugin configuration to run the tests isolated (iocanel)
+
 * GORA-64 Query should document inclusiveness (Keith Turner via lewismc) 
 
 * GORA-52 Run JUnit tests from the command line (lewismc)

Modified: incubator/gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/gora/trunk/pom.xml?rev=1214741&r1=1214740&r2=1214741&view=diff
==============================================================================
--- incubator/gora/trunk/pom.xml (original)
+++ incubator/gora/trunk/pom.xml Thu Dec 15 13:14:07 2011
@@ -139,7 +139,7 @@
         <mysql.version>5.1.18</mysql.version>
         <!-- Logging Dependencies -->
         <commons-logging.version>1.1.1</commons-logging.version>
-        <slf4j.version>1.6.4</slf4j.version>
+        <slf4j.version>1.5.8</slf4j.version>
         <log4j.version>1.2.16</log4j.version>
 
         <!-- Testing Dependencies -->