You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by no...@apache.org on 2012/01/07 15:05:31 UTC

svn commit: r1228619 - in /james/mime4j/trunk: assemble/pom.xml benchmark/pom.xml core/pom.xml dom/pom.xml examples/pom.xml pom.xml storage/pom.xml

Author: norman
Date: Sat Jan  7 14:05:30 2012
New Revision: 1228619

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

Modified:
    james/mime4j/trunk/assemble/pom.xml
    james/mime4j/trunk/benchmark/pom.xml
    james/mime4j/trunk/core/pom.xml
    james/mime4j/trunk/dom/pom.xml
    james/mime4j/trunk/examples/pom.xml
    james/mime4j/trunk/pom.xml
    james/mime4j/trunk/storage/pom.xml

Modified: james/mime4j/trunk/assemble/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/assemble/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/assemble/pom.xml (original)
+++ james/mime4j/trunk/assemble/pom.xml Sat Jan  7 14:05:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7.2</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mime4j/trunk/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/benchmark/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/benchmark/pom.xml (original)
+++ james/mime4j/trunk/benchmark/pom.xml Sat Jan  7 14:05:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7.2</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mime4j/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/core/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/core/pom.xml (original)
+++ james/mime4j/trunk/core/pom.xml Sat Jan  7 14:05:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7.2</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mime4j/trunk/dom/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/dom/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/dom/pom.xml (original)
+++ james/mime4j/trunk/dom/pom.xml Sat Jan  7 14:05:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7.2</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mime4j/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/examples/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/examples/pom.xml (original)
+++ james/mime4j/trunk/examples/pom.xml Sat Jan  7 14:05:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7.2</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Sat Jan  7 14:05:30 2012
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>apache-mime4j-project</artifactId>
-    <version>0.7.2</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache JAMES Mime4j Project</name>
@@ -46,9 +46,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/james/mime4j/tags/apache-mime4j-project-0.7.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/tags/apache-mime4j-project-0.7.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/james/mime4j/tags/apache-mime4j-project-0.7.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/james/mime4j/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/james/mime4j/trunk/</url>
     </scm>
     <issueManagement>
         <url>http://issues.apache.org/jira/browse/MIME4J</url>

Modified: james/mime4j/trunk/storage/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/storage/pom.xml?rev=1228619&r1=1228618&r2=1228619&view=diff
==============================================================================
--- james/mime4j/trunk/storage/pom.xml (original)
+++ james/mime4j/trunk/storage/pom.xml Sat Jan  7 14:05:30 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7.2</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>