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 bt...@apache.org on 2022/10/28 02:16:05 UTC

[james-mime4j] branch master updated (11d8dcee -> 3105188d)

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git


    from 11d8dcee [UPGRADE] log4j 2.17.1 -> 2.19.0 (#78)
     new a1652d9c Update developer connection
     new 3105188d [maven-release-plugin] prepare release apache-mime4j-project-0.8.8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assemble/pom.xml    | 2 +-
 benchmark/pom.xml   | 2 +-
 core/pom.xml        | 2 +-
 dom/pom.xml         | 2 +-
 examples/pom.xml    | 2 +-
 james-utils/pom.xml | 2 +-
 mbox/pom.xml        | 2 +-
 pom.xml             | 6 +++---
 storage/pom.xml     | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)


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


[james-mime4j] 02/02: [maven-release-plugin] prepare release apache-mime4j-project-0.8.8

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git

commit 3105188d68d824baff0570f9dd91edb2050c0d79
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Oct 28 09:15:56 2022 +0700

    [maven-release-plugin] prepare release apache-mime4j-project-0.8.8
---
 assemble/pom.xml    | 2 +-
 benchmark/pom.xml   | 2 +-
 core/pom.xml        | 2 +-
 dom/pom.xml         | 2 +-
 examples/pom.xml    | 2 +-
 james-utils/pom.xml | 2 +-
 mbox/pom.xml        | 2 +-
 pom.xml             | 4 ++--
 storage/pom.xml     | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/assemble/pom.xml b/assemble/pom.xml
index 663d582d..d17a9862 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 3fd6ee2c..3a91a70b 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 0123a688..be65b5d8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/dom/pom.xml b/dom/pom.xml
index 7e92c191..958082a4 100644
--- a/dom/pom.xml
+++ b/dom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/pom.xml b/examples/pom.xml
index 3b754542..705251e5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/james-utils/pom.xml b/james-utils/pom.xml
index a0330bb3..2a708a12 100644
--- a/james-utils/pom.xml
+++ b/james-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mime4j-project</artifactId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/mbox/pom.xml b/mbox/pom.xml
index 6a5bacad..64edd461 100644
--- a/mbox/pom.xml
+++ b/mbox/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-mime4j-project</artifactId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index dd7ab8fc..989e74ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.james</groupId>
     <artifactId>apache-mime4j-project</artifactId>
-    <version>0.8.8-SNAPSHOT</version>
+    <version>0.8.8</version>
     <packaging>pom</packaging>
 
     <name>Apache James :: Mime4j :: Project</name>
@@ -52,7 +52,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/james-mime4j.git</connection>
         <developerConnection>scm:git:ssh://git@github.com/apache/james-mime4j.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/james-mime4j.git</url>
-      <tag>HEAD</tag>
+      <tag>apache-mime4j-project-0.8.8</tag>
   </scm>
     <issueManagement>
         <url>http://issues.apache.org/jira/browse/MIME4J</url>
diff --git a/storage/pom.xml b/storage/pom.xml
index 563eb0d9..f36a9548 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-mime4j-project</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.8.8-SNAPSHOT</version>
+        <version>0.8.8</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


[james-mime4j] 01/02: Update developer connection

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git

commit a1652d9c2ef34d70c867acd3611729d937c81c39
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Oct 28 09:11:57 2022 +0700

    Update developer connection
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 924105e0..dd7ab8fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
 
     <scm>
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/james-mime4j.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/james-mime4j.git</developerConnection>
+        <developerConnection>scm:git:ssh://git@github.com/apache/james-mime4j.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/james-mime4j.git</url>
       <tag>HEAD</tag>
   </scm>


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