You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/03/20 11:38:04 UTC

[pulsar] branch branch-2.5 updated: fix version 2.5.0

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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new fcd8902  fix version 2.5.0
fcd8902 is described below

commit fcd890271b85a73b6aaabc644a2f0cbdd4f61d9a
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Fri Mar 20 19:37:29 2020 +0800

    fix version 2.5.0
---
 protobuf-shaded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>