[jbosscache-commits] JBoss Cache SVN: r8401 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon May 10 06:31:41 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-05-10 06:31:40 -0400 (Mon, 10 May 2010)
New Revision: 8401

Modified:
   core/trunk/pom.xml
Log:
Fixed pom

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2010-05-08 20:30:47 UTC (rev 8400)
+++ core/trunk/pom.xml	2010-05-10 10:31:40 UTC (rev 8401)
@@ -4,7 +4,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <jbosscache-core-version>3.2.4-SNAPSHOT</jbosscache-core-version>
+        <jbosscache-core-version>3.2.5-SNAPSHOT</jbosscache-core-version>
         <!-- By default only run tests in the "unit" group -->
         <defaultTestGroup>unit</defaultTestGroup>
         <!-- By default only generate Javadocs when we install the module. -->
@@ -236,6 +236,14 @@
         </plugins>
     </reporting>
 
+    <repositories>
+      <!-- For Sleepycat -->
+      <repository>
+        <id>berkeleydb-je.repository</id>
+        <url>http://download.oracle.com/maven/</url>
+      </repository>
+    </repositories>
+
     <profiles>
         <profile>
             <!-- This testMoreState generates Javadocs and the UserGuide, FAQs and Tutorial in the "package" phase. -->



More information about the jbosscache-commits mailing list