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 2012/12/23 23:57:09 UTC

svn commit: r1425553 - in /james/mailet/trunk: ai/pom.xml api/pom.xml base/pom.xml crypto/pom.xml mailetdocs-maven-plugin/pom.xml pom.xml standard/pom.xml

Author: ieugen
Date: Sun Dec 23 22:57:08 2012
New Revision: 1425553

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

Modified:
    james/mailet/trunk/ai/pom.xml
    james/mailet/trunk/api/pom.xml
    james/mailet/trunk/base/pom.xml
    james/mailet/trunk/crypto/pom.xml
    james/mailet/trunk/mailetdocs-maven-plugin/pom.xml
    james/mailet/trunk/pom.xml
    james/mailet/trunk/standard/pom.xml

Modified: james/mailet/trunk/ai/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/ai/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/ai/pom.xml (original)
+++ james/mailet/trunk/ai/pom.xml Sun Dec 23 22:57:08 2012
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>apache-mailet-ai</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache James :: AI Mailets</name>

Modified: james/mailet/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/api/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/api/pom.xml (original)
+++ james/mailet/trunk/api/pom.xml Sun Dec 23 22:57:08 2012
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
     <artifactId>apache-mailet-api</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache James :: Mailet API</name>

Modified: james/mailet/trunk/base/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/base/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/base/pom.xml (original)
+++ james/mailet/trunk/base/pom.xml Sun Dec 23 22:57:08 2012
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
     <artifactId>apache-mailet-base</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache James :: Basic Mailet Toolkit</name>

Modified: james/mailet/trunk/crypto/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/crypto/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/crypto/pom.xml (original)
+++ james/mailet/trunk/crypto/pom.xml Sun Dec 23 22:57:08 2012
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
     <artifactId>apache-mailet-crypto</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache James :: Crypto Mailets</name>

Modified: james/mailet/trunk/mailetdocs-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/mailetdocs-maven-plugin/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/mailetdocs-maven-plugin/pom.xml (original)
+++ james/mailet/trunk/mailetdocs-maven-plugin/pom.xml Sun Dec 23 22:57:08 2012
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
     <artifactId>mailetdocs-maven-plugin</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache James :: Mailetdocs Maven Plugin</name>

Modified: james/mailet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/pom.xml (original)
+++ james/mailet/trunk/pom.xml Sun Dec 23 22:57:08 2012
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.james</groupId>
     <artifactId>apache-mailet</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache James :: Mailets parent and aggregator</name>
@@ -236,9 +236,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/tags/apache-mailet-2.5.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/tags/apache-mailet-2.5.0</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/james/mailet/tags/apache-mailet-2.5.0?root=Apache-SVN</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/james/mailet/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mailet/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/james/mailet/trunk/?root=Apache-SVN</url>
     </scm>
 
     <distributionManagement>

Modified: james/mailet/trunk/standard/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/trunk/standard/pom.xml?rev=1425553&r1=1425552&r2=1425553&view=diff
==============================================================================
--- james/mailet/trunk/standard/pom.xml (original)
+++ james/mailet/trunk/standard/pom.xml Sun Dec 23 22:57:08 2012
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mailet</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
 
     <artifactId>apache-mailet-standard</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache James :: Standard Mailets</name>



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