You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2013/03/17 11:21:17 UTC

svn commit: r1457416 - in /james/server/trunk: data/data-hbase/pom.xml pom.xml

Author: ieugen
Date: Sun Mar 17 10:21:17 2013
New Revision: 1457416

URL: http://svn.apache.org/r1457416
Log:
JAMES-1488 Upgraded to mailbox-0.5

Modified:
    james/server/trunk/data/data-hbase/pom.xml
    james/server/trunk/pom.xml

Modified: james/server/trunk/data/data-hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data/data-hbase/pom.xml?rev=1457416&r1=1457415&r2=1457416&view=diff
==============================================================================
--- james/server/trunk/data/data-hbase/pom.xml (original)
+++ james/server/trunk/data/data-hbase/pom.xml Sun Mar 17 10:21:17 2013
@@ -122,8 +122,8 @@
         <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>apache-james-mailbox-hbase</artifactId>
-            <version>0.5-SNAPSHOT</version>
             <classifier>tests</classifier>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.hbase</groupId>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1457416&r1=1457415&r2=1457416&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Mar 17 10:21:17 2013
@@ -123,7 +123,7 @@
         <javax.activation.artifactId>geronimo-activation_1.1_spec</javax.activation.artifactId>
         <jackrabbit.version>2.5.2</jackrabbit.version>
         <jsieve.version>0.6-SNAPSHOT</jsieve.version>
-        <mailbox.version>0.5-SNAPSHOT</mailbox.version>
+        <mailbox.version>0.5</mailbox.version>
         <mailet.version>2.5.1-SNAPSHOT</mailet.version>
         <productName>Apache-James Mail Server</productName>
         <protocols.version>1.6.3-SNAPSHOT</protocols.version>
@@ -528,6 +528,13 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
+                <artifactId>apache-james-mailbox-hbase</artifactId>
+                <classifier>tests</classifier>
+                <version>${mailbox.version}</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
                 <artifactId>james-server-data-ldap</artifactId>
                 <version>${project.version}</version>
             </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org