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 er...@apache.org on 2012/02/27 12:43:11 UTC

svn commit: r1294118 - /james/imap/trunk/pom.xml

Author: eric
Date: Mon Feb 27 11:43:11 2012
New Revision: 1294118

URL: http://svn.apache.org/viewvc?rev=1294118&view=rev
Log:
Set mailbox version to 0.4 prepare the release (IMAP-361)

Modified:
    james/imap/trunk/pom.xml

Modified: james/imap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=1294118&r1=1294117&r2=1294118&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Mon Feb 27 11:43:11 2012
@@ -71,6 +71,7 @@
         <version.javax.mail>1.4.1</version.javax.mail>
         <version.activation>1.1.1</version.activation>
         <version.jmock>2.5.1</version.jmock>
+        <version.mailbox>0.4</version.mailbox>
     </properties>
 
     <dependencyManagement>
@@ -81,12 +82,12 @@
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>apache-james-mailbox-api</artifactId>
-                <version>0.4-SNAPSHOT</version>
+                <version>${version.mailbox}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
                 <artifactId>apache-james-mailbox-api</artifactId>
-                <version>0.4-SNAPSHOT</version>
+                <version>${version.mailbox}</version>
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>



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