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 2017/06/16 04:12:57 UTC

[1/2] james-jsieve git commit: Upgrading mime4j to released version 0.8.1

Repository: james-jsieve
Updated Branches:
  refs/heads/master 94c2bc292 -> 83c14889a


Upgrading mime4j to released version 0.8.1


Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/cb3180b5
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/cb3180b5
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/cb3180b5

Branch: refs/heads/master
Commit: cb3180b51fbbd868c56b2dd7890352681da58872
Parents: 94c2bc2
Author: benwa <bt...@linagora.com>
Authored: Fri Jun 16 11:06:55 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jun 16 11:06:55 2017 +0700

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


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/cb3180b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6c380bf..7c50fb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
         <mockito-core.version>1.9.0</mockito-core.version>
         <assertj.version>1.7.1</assertj.version>
         <guava.version>18.0</guava.version>
-        <mime4j.version>0.8.1-SNAPSHOT</mime4j.version>
+        <mime4j.version>0.8.1</mime4j.version>
     </properties>
 
     <dependencyManagement>


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


[2/2] james-jsieve git commit: [maven-release-plugin] prepare release apache-jsieve-0.7

Posted by bt...@apache.org.
[maven-release-plugin] prepare release apache-jsieve-0.7


Project: http://git-wip-us.apache.org/repos/asf/james-jsieve/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-jsieve/commit/83c14889
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/83c14889
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/83c14889

Branch: refs/heads/master
Commit: 83c14889a6897d27ed328c4a371f8e6f58ed43ac
Parents: cb3180b
Author: benwa <bt...@linagora.com>
Authored: Fri Jun 16 11:08:27 2017 +0700
Committer: benwa <bt...@linagora.com>
Committed: Fri Jun 16 11:08:27 2017 +0700

----------------------------------------------------------------------
 all/pom.xml  | 2 +-
 core/pom.xml | 2 +-
 pom.xml      | 5 +++--
 util/pom.xml | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/83c14889/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index 808c881..5ced3ac 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-jsieve</artifactId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/83c14889/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 829f292..a327962 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-jsieve</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/83c14889/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7c50fb7..6fb0d06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jsieve</artifactId>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.7</version>
     <packaging>pom</packaging>
 
     <name>Apache James :: JSieve</name>
@@ -47,7 +47,8 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/james-jsieve.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/james-jsieve.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/james-jsieve.git</url>
-    </scm>
+      <tag>apache-jsieve-0.7</tag>
+  </scm>
     
     <issueManagement>
         <system>JIRA</system>

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/83c14889/util/pom.xml
----------------------------------------------------------------------
diff --git a/util/pom.xml b/util/pom.xml
index 47e5bb0..41cb3f4 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-jsieve</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.7-SNAPSHOT</version>
+        <version>0.7</version>
         <relativePath>..</relativePath>
     </parent>
 


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