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 ad...@apache.org on 2017/06/16 07:44:42 UTC

[1/3] james-jsieve git commit: Revert "[maven-release-plugin] prepare for next development iteration"

Repository: james-jsieve
Updated Branches:
  refs/heads/master 9e1135e21 -> 0b0b9f0eb


Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 9e1135e21f26278de6f5a388d74493f3eece5fb4.


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

Branch: refs/heads/master
Commit: d5bc19205ce6769df4fed1dc62ef64899b5f7f10
Parents: 9e1135e
Author: Antoine Duprat <ad...@linagora.com>
Authored: Fri Jun 16 09:23:53 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Jun 16 09:23:53 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/d5bc1920/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index 3f78c62..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.8-SNAPSHOT</version>
+        <version>0.7</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/d5bc1920/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d3af024..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.8-SNAPSHOT</version>
+        <version>0.7</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/d5bc1920/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8cd9390..6fb0d06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jsieve</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.7</version>
     <packaging>pom</packaging>
 
     <name>Apache James :: JSieve</name>
@@ -47,7 +47,7 @@
         <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>
-      <tag>HEAD</tag>
+      <tag>apache-jsieve-0.7</tag>
   </scm>
     
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/d5bc1920/util/pom.xml
----------------------------------------------------------------------
diff --git a/util/pom.xml b/util/pom.xml
index 36c4cf2..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.8-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


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

Posted by ad...@apache.org.
Revert "[maven-release-plugin] prepare release apache-jsieve-0.7"

This reverts commit 83c14889a6897d27ed328c4a371f8e6f58ed43ac.


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

Branch: refs/heads/master
Commit: 8efedd96f74c5f2a0b43fdd8868c2185b81b41b6
Parents: d5bc192
Author: Antoine Duprat <ad...@linagora.com>
Authored: Fri Jun 16 09:23:55 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Jun 16 09:23:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/8efedd96/all/pom.xml
----------------------------------------------------------------------
diff --git a/all/pom.xml b/all/pom.xml
index 5ced3ac..808c881 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</version>
+        <version>0.7-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/8efedd96/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a327962..829f292 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</version>
+        <version>0.7-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

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

http://git-wip-us.apache.org/repos/asf/james-jsieve/blob/8efedd96/util/pom.xml
----------------------------------------------------------------------
diff --git a/util/pom.xml b/util/pom.xml
index 41cb3f4..47e5bb0 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</version>
+        <version>0.7-SNAPSHOT</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


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

Posted by ad...@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/0b0b9f0e
Tree: http://git-wip-us.apache.org/repos/asf/james-jsieve/tree/0b0b9f0e
Diff: http://git-wip-us.apache.org/repos/asf/james-jsieve/diff/0b0b9f0e

Branch: refs/heads/master
Commit: 0b0b9f0eb68bba3954a3d69987f5353f61d089c9
Parents: 8efedd9
Author: Antoine Duprat <ad...@linagora.com>
Authored: Fri Jun 16 09:44:38 2017 +0200
Committer: Antoine Duprat <ad...@linagora.com>
Committed: Fri Jun 16 09:44:38 2017 +0200

----------------------------------------------------------------------
 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/0b0b9f0e/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/0b0b9f0e/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/0b0b9f0e/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/0b0b9f0e/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