You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/05/22 15:41:02 UTC

svn commit: r1485209 - /activemq/trunk/pom.xml

Author: chirino
Date: Wed May 22 13:41:02 2013
New Revision: 1485209

URL: http://svn.apache.org/r1485209
Log:
Update the leveldb API version.

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1485209&r1=1485208&r2=1485209&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Wed May 22 13:41:02 2013
@@ -84,8 +84,8 @@
     <hamcrest-version>1.3</hamcrest-version>
     <jxta-version>2.0</jxta-version>
     <karaf-version>2.3.0</karaf-version>
-    <leveldb-api-version>0.5</leveldb-api-version>
-    <leveldb-version>0.5</leveldb-version>
+    <leveldb-api-version>0.6</leveldb-api-version>
+    <leveldb-version>0.6</leveldb-version>
     <leveldbjni-version>1.7</leveldbjni-version>
     <log4j-version>1.2.17</log4j-version>
     <mqtt-client-version>1.5</mqtt-client-version>