[hibernate-commits] Hibernate SVN: r16080 - core/branches/Branch_3_3/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Mar 4 15:25:42 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-03-04 15:25:41 -0500 (Wed, 04 Mar 2009)
New Revision: 16080

Modified:
   core/branches/Branch_3_3/parent/pom.xml
Log:
HHH-3753 - Upgrade to SLF4J version 1.5.6


Modified: core/branches/Branch_3_3/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3/parent/pom.xml	2009-03-04 20:21:58 UTC (rev 16079)
+++ core/branches/Branch_3_3/parent/pom.xml	2009-03-04 20:25:41 UTC (rev 16080)
@@ -234,7 +234,7 @@
                 <artifactId>maven-pmd-plugin</artifactId>
                 <version>2.2</version>
                 <configuration>
-                    <linkXref>true</linkXref>
+                    <linkXRef>true</linkXRef>
                     <minimumTokens>100</minimumTokens>
                     <targetJdk>1.4</targetJdk>
                 </configuration>
@@ -288,22 +288,16 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
-            <version>1.5.2</version>
+            <version>${slf4jVersion}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.5.2</version>
+            <version>${slf4jVersion}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>99.0-does-not-exist</version>
@@ -323,7 +317,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.5.2</version>
+                <version>${slf4jVersion}</version>
             </dependency>
             <dependency>
                 <groupId>antlr</groupId>
@@ -358,4 +352,7 @@
         </snapshotRepository>
     </distributionManagement>
 
+    <properties>
+        <slf4jVersion>1.5.6</slf4jVersion>
+    </properties>
 </project>




More information about the hibernate-commits mailing list