[dna-commits] DNA SVN: r290 - trunk.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Jun 16 15:10:52 EDT 2008


Author: rhauch
Date: 2008-06-16 15:10:52 -0400 (Mon, 16 Jun 2008)
New Revision: 290

Modified:
   trunk/pom.xml
Log:
DNA-150 Upgraded to latest version (1.4.5) of Apache Jackrabbit.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-06-16 19:06:55 UTC (rev 289)
+++ trunk/pom.xml	2008-06-16 19:10:52 UTC (rev 290)
@@ -362,7 +362,7 @@
 			<dependency>
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-api</artifactId>
-				<version>1.3.3</version>
+				<version>1.4</version>
 				<scope>test</scope>
 				<!-- Exclude these since they are included in JDK 1.5 -->
 				<exclusions>
@@ -379,7 +379,7 @@
 			<dependency>
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-core</artifactId>
-				<version>1.3.3</version>
+				<version>1.4.5</version>
 				<scope>test</scope>
 				<!-- Exclude these since they are included in JDK 1.5 -->
 				<exclusions>
@@ -399,7 +399,7 @@
 		    <dependency>
 				<groupId>org.apache.jackrabbit</groupId>
 				<artifactId>jackrabbit-jcr-tests</artifactId>
-				<version>1.3.3</version>
+				<version>1.4</version>
 				<scope>test</scope>
 		    </dependency>
 			<!-- Databases and JDBC Drivers -->




More information about the dna-commits mailing list