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

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


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 7df80cef654 Fix cherry-pick cause version error
7df80cef654 is described below

commit 7df80cef65482fbc2c0d7850eb1de1afcbd7d7d8
Author: Jiwe Guo <[email protected]>
AuthorDate: Wed Nov 16 10:55:01 2022 +0800

    Fix cherry-pick cause version error
---
 pulsar-io/http/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-io/http/pom.xml b/pulsar-io/http/pom.xml
index b190b0f5cc1..f84e213b430 100644
--- a/pulsar-io/http/pom.xml
+++ b/pulsar-io/http/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-io</artifactId>
-        <version>2.11.0-SNAPSHOT</version>
+        <version>2.11.0</version>
     </parent>
 
     <artifactId>pulsar-io-http</artifactId>

Reply via email to