You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2020/04/06 02:19:57 UTC

[pulsar] branch branch-2.5 updated (27b5abe -> 8ab8c8e)

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

guangning pushed a change to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    omit 27b5abe  Move 2.6.0-SNAPSHOT to 2.5.0
     new 8ab8c8e  Move 2.6.0-SNAPSHOT to 2.5.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (27b5abe)
            \
             N -- N -- N   refs/heads/branch-2.5 (8ab8c8e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 pulsar-sql/presto-distribution/LICENSE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[pulsar] 01/01: Move 2.6.0-SNAPSHOT to 2.5.0

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

guangning pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 8ab8c8e8a52f57c5c2804566f7829dc169b0ee75
Author: guangning <gu...@apache.org>
AuthorDate: Mon Apr 6 10:18:51 2020 +0800

    Move 2.6.0-SNAPSHOT to 2.5.0
---
 bouncy-castle/bc-shaded/pom.xml           | 6 +++---
 bouncy-castle/bc/pom.xml                  | 2 +-
 bouncy-castle/bcfips-include-test/pom.xml | 2 +-
 bouncy-castle/bcfips-nar-test/pom.xml     | 2 +-
 bouncy-castle/bcfips/pom.xml              | 2 +-
 bouncy-castle/pom.xml                     | 2 +-
 protobuf-shaded/pom.xml                   | 2 +-
 pulsar-client-messagecrypto-bc/pom.xml    | 2 +-
 pulsar-sql/presto-distribution/LICENSE    | 2 +-
 testmocks/pom.xml                         | 4 ++--
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/bouncy-castle/bc-shaded/pom.xml b/bouncy-castle/bc-shaded/pom.xml
index 7396895..8e83f05 100644
--- a/bouncy-castle/bc-shaded/pom.xml
+++ b/bouncy-castle/bc-shaded/pom.xml
@@ -22,20 +22,20 @@
   <parent>
     <artifactId>bouncy-castle-parent</artifactId>
     <groupId>org.apache.pulsar</groupId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>bouncy-castle-bc-shaded</artifactId>
   <packaging>jar</packaging>
   <name>Apache Pulsar :: Bouncy Castle :: BC Shaded</name>
-  <version>2.6.0-SNAPSHOT</version>
+  <version>2.5.0</version>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.pulsar</groupId>
       <artifactId>bouncy-castle-bc</artifactId>
-      <version>2.6.0-SNAPSHOT</version>
+      <version>2.5.0</version>
       <optional>true</optional>
     </dependency>
   </dependencies>
diff --git a/bouncy-castle/bc/pom.xml b/bouncy-castle/bc/pom.xml
index ce86a1e..12f85c3 100644
--- a/bouncy-castle/bc/pom.xml
+++ b/bouncy-castle/bc/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>bouncy-castle-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/bcfips-include-test/pom.xml b/bouncy-castle/bcfips-include-test/pom.xml
index e15967d..6ec3f13 100644
--- a/bouncy-castle/bcfips-include-test/pom.xml
+++ b/bouncy-castle/bcfips-include-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>bouncy-castle-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/bcfips-nar-test/pom.xml b/bouncy-castle/bcfips-nar-test/pom.xml
index d0e9722..52d07cd 100644
--- a/bouncy-castle/bcfips-nar-test/pom.xml
+++ b/bouncy-castle/bcfips-nar-test/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>bouncy-castle-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/bcfips/pom.xml b/bouncy-castle/bcfips/pom.xml
index 7b11ce2..c05cffd 100644
--- a/bouncy-castle/bcfips/pom.xml
+++ b/bouncy-castle/bcfips/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>bouncy-castle-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/pom.xml b/bouncy-castle/pom.xml
index 926eb61..023a67d 100644
--- a/bouncy-castle/pom.xml
+++ b/bouncy-castle/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/protobuf-shaded/pom.xml b/protobuf-shaded/pom.xml
index d694ef1..94cbe62 100644
--- a/protobuf-shaded/pom.xml
+++ b/protobuf-shaded/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-client-messagecrypto-bc/pom.xml b/pulsar-client-messagecrypto-bc/pom.xml
index 73e1f31..566c5af 100644
--- a/pulsar-client-messagecrypto-bc/pom.xml
+++ b/pulsar-client-messagecrypto-bc/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE
index 380a293..fe4bb57 100644
--- a/pulsar-sql/presto-distribution/LICENSE
+++ b/pulsar-sql/presto-distribution/LICENSE
@@ -550,4 +550,4 @@ Creative Commons Attribution License
 
 Bouncy Castle License
  * Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
-    - bouncy-castle-bc-shaded-2.6.0-SNAPSHOT.jar
+    - bouncy-castle-bc-2.5.0.jar
diff --git a/testmocks/pom.xml b/testmocks/pom.xml
index 4c55c78..67becea 100644
--- a/testmocks/pom.xml
+++ b/testmocks/pom.xml
@@ -25,12 +25,12 @@
   <parent>
     <artifactId>pulsar</artifactId>
     <groupId>org.apache.pulsar</groupId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.5.0</version>
   </parent>
 
   <groupId>org.apache.pulsar</groupId>
   <artifactId>testmocks</artifactId>
-  <version>2.6.0-SNAPSHOT</version>
+  <version>2.5.0</version>
   <packaging>jar</packaging>
   <name>Pulsar Test Mocks</name>