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 05:46:08 UTC

[pulsar] 01/02: Move 2.6.0-SNAPSHOT to 2.5.1

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 8d971346415033f5e6a2daccda7a0821028d6b6c
Author: guangning <gu...@apache.org>
AuthorDate: Mon Apr 6 13:27:32 2020 +0800

    Move 2.6.0-SNAPSHOT to 2.5.1
---
 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..364fb68 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.1</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.1</version>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.pulsar</groupId>
       <artifactId>bouncy-castle-bc</artifactId>
-      <version>2.6.0-SNAPSHOT</version>
+      <version>2.5.1</version>
       <optional>true</optional>
     </dependency>
   </dependencies>
diff --git a/bouncy-castle/bc/pom.xml b/bouncy-castle/bc/pom.xml
index ce86a1e..abfbf95 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.1</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/bcfips-include-test/pom.xml b/bouncy-castle/bcfips-include-test/pom.xml
index e15967d..f8cd79f 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.1</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/bcfips-nar-test/pom.xml b/bouncy-castle/bcfips-nar-test/pom.xml
index d0e9722..11c9662 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.1</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/bcfips/pom.xml b/bouncy-castle/bcfips/pom.xml
index 7b11ce2..1648569 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.1</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/bouncy-castle/pom.xml b/bouncy-castle/pom.xml
index 926eb61..86abf71 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.1</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..b2b9942 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.1</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/pulsar-sql/presto-distribution/LICENSE b/pulsar-sql/presto-distribution/LICENSE
index 380a293..f32bf5b 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-shaded-2.5.1.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>