Author: robbie
Date: Mon Apr  1 17:47:34 2013
New Revision: 1463223

URL: http://svn.apache.org/r1463223
Log:
QPID-4688: update optional BDB store to use version 5.0.73 of BDB JE

Added:
    qpid/trunk/qpid/java/lib/poms/je-5.0.73.xml
      - copied, changed from r1463202, 
qpid/trunk/qpid/java/lib/poms/je-5.0.58.xml
Removed:
    qpid/trunk/qpid/java/lib/poms/je-5.0.58.xml
Modified:
    qpid/trunk/qpid/java/build.deps
    qpid/trunk/qpid/java/ivy.retrieve.xml

Modified: qpid/trunk/qpid/java/build.deps
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.deps?rev=1463223&r1=1463222&r2=1463223&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.deps (original)
+++ qpid/trunk/qpid/java/build.deps Mon Apr  1 17:47:34 2013
@@ -104,7 +104,7 @@ jca.libs=${geronimo-j2ee} ${geronimo-jta
 jca.test.libs=${test.libs}
 
 # optional bdbstore module deps
-bdb-je=lib/bdbstore/je-5.0.58.jar
+bdb-je=lib/bdbstore/je-5.0.73.jar
 bdbstore.libs=${bdb-je}
 bdbstore.test.libs=${test.libs}
 

Modified: qpid/trunk/qpid/java/ivy.retrieve.xml
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/ivy.retrieve.xml?rev=1463223&r1=1463222&r2=1463223&view=diff
==============================================================================
--- qpid/trunk/qpid/java/ivy.retrieve.xml (original)
+++ qpid/trunk/qpid/java/ivy.retrieve.xml Mon Apr  1 17:47:34 2013
@@ -75,7 +75,7 @@
     <!-- The following are optional dependencies, for modules providing 
optional functionlity or
     for use in optional build/test steps. Their optional status is usually 
indicative of licences
     which are not compatible with the Apache Licence -->
-    <dependency org="com.sleepycat" name="je" rev="5.0.58" transitive="false" 
conf="bdbje"/>
+    <dependency org="com.sleepycat" name="je" rev="5.0.73" transitive="false" 
conf="bdbje"/>
     <dependency org="jfree" name="jfreechart" rev="1.0.13" transitive="false" 
conf="jfree"/>
     <dependency org="jfree" name="jcommon" rev="1.0.16" transitive="false" 
conf="jfree"/>
     <dependency org="net.sourceforge.csvjdbc" name="csvjdbc" rev="1.0.8" 
transitive="false" conf="csvjdbc"/>

Copied: qpid/trunk/qpid/java/lib/poms/je-5.0.73.xml (from r1463202, 
qpid/trunk/qpid/java/lib/poms/je-5.0.58.xml)
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/je-5.0.73.xml?p2=qpid/trunk/qpid/java/lib/poms/je-5.0.73.xml&p1=qpid/trunk/qpid/java/lib/poms/je-5.0.58.xml&r1=1463202&r2=1463223&rev=1463223&view=diff
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/je-5.0.58.xml (original)
+++ qpid/trunk/qpid/java/lib/poms/je-5.0.73.xml Mon Apr  1 17:47:34 2013
@@ -18,5 +18,5 @@
 <dep>
   <groupId>com.sleepycat</groupId>
   <artifactId>je</artifactId>
-  <version>5.0.58</version>
+  <version>5.0.73</version>
 </dep>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to