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/22 17:12:56 UTC

svn commit: r1292372 - in /james/mailbox/trunk: api/pom.xml hbase/pom.xml jcr/pom.xml jpa/pom.xml lucene/pom.xml maildir/pom.xml memory/pom.xml pom.xml spring/pom.xml store/pom.xml tool/pom.xml

Author: eric
Date: Wed Feb 22 16:12:56 2012
New Revision: 1292372

URL: http://svn.apache.org/viewvc?rev=1292372&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    james/mailbox/trunk/api/pom.xml
    james/mailbox/trunk/hbase/pom.xml
    james/mailbox/trunk/jcr/pom.xml
    james/mailbox/trunk/jpa/pom.xml
    james/mailbox/trunk/lucene/pom.xml
    james/mailbox/trunk/maildir/pom.xml
    james/mailbox/trunk/memory/pom.xml
    james/mailbox/trunk/pom.xml
    james/mailbox/trunk/spring/pom.xml
    james/mailbox/trunk/store/pom.xml
    james/mailbox/trunk/tool/pom.xml

Modified: james/mailbox/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/api/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/api/pom.xml (original)
+++ james/mailbox/trunk/api/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/hbase/pom.xml (original)
+++ james/mailbox/trunk/hbase/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/jcr/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/jcr/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/jcr/pom.xml (original)
+++ james/mailbox/trunk/jcr/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/jpa/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/jpa/pom.xml (original)
+++ james/mailbox/trunk/jpa/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/lucene/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/lucene/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/lucene/pom.xml (original)
+++ james/mailbox/trunk/lucene/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/maildir/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/maildir/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/maildir/pom.xml (original)
+++ james/mailbox/trunk/maildir/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/memory/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/memory/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/memory/pom.xml (original)
+++ james/mailbox/trunk/memory/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Wed Feb 22 16:12:56 2012
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>apache-james-mailbox</artifactId>
-    <version>0.4</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache James Mailbox</name>
@@ -50,9 +50,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/james/mailbox/tags/apache-james-mailbox-0.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailbox/tags/apache-james-mailbox-0.4</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/james/mailbox/trunk/tags/apache-james-mailbox-0.4?root=Apache-SVN</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/james/mailbox/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailbox/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/james/mailbox/trunk?root=Apache-SVN</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>

Modified: james/mailbox/trunk/spring/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/spring/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/spring/pom.xml (original)
+++ james/mailbox/trunk/spring/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/store/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/store/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/store/pom.xml (original)
+++ james/mailbox/trunk/store/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mailbox/trunk/tool/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/tool/pom.xml?rev=1292372&r1=1292371&r2=1292372&view=diff
==============================================================================
--- james/mailbox/trunk/tool/pom.xml (original)
+++ james/mailbox/trunk/tool/pom.xml Wed Feb 22 16:12:56 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-james-mailbox</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.4</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 



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