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 2012/11/01 15:37:18 UTC

svn commit: r1404612 - /activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml

Author: chirino
Date: Thu Nov  1 14:37:18 2012
New Revision: 1404612

URL: http://svn.apache.org/viewvc?rev=1404612&view=rev
Log:
Upgrade the windows leveldbjni versions used.

Modified:
    activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml?rev=1404612&r1=1404611&r2=1404612&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-leveldb/pom.xml Thu Nov  1 14:37:18 2012
@@ -76,12 +76,12 @@
     <dependency>
       <groupId>org.fusesource.leveldbjni</groupId>
       <artifactId>leveldbjni-win32</artifactId>
-      <version>${leveldbjni-version}</version>
+      <version>1.4.1</version>
     </dependency>
     <dependency>
       <groupId>org.fusesource.leveldbjni</groupId>
       <artifactId>leveldbjni-win64</artifactId>
-      <version>${leveldbjni-version}</version>
+      <version>1.4.1</version>
     </dependency>
 
     <!-- For Optional Snappy Compression -->