This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to branch branch-2.11 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit a92aa1f2301100f05366a50aa5145ec4476c7460 Author: Nicolò Boschi <[email protected]> AuthorDate: Sat Sep 3 14:19:23 2022 +0200 Fix cherry-pick pom files version --- pulsar-client-tools-api/pom.xml | 2 +- pulsar-client-tools-customcommand-example/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsar-client-tools-api/pom.xml b/pulsar-client-tools-api/pom.xml index 302f184e9c2..4d4082f8860 100644 --- a/pulsar-client-tools-api/pom.xml +++ b/pulsar-client-tools-api/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar</artifactId> - <version>2.11.0-SNAPSHOT</version> + <version>2.11.0</version> <relativePath>..</relativePath> </parent> diff --git a/pulsar-client-tools-customcommand-example/pom.xml b/pulsar-client-tools-customcommand-example/pom.xml index 433eaf75ecd..6d9756c0004 100644 --- a/pulsar-client-tools-customcommand-example/pom.xml +++ b/pulsar-client-tools-customcommand-example/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.pulsar</groupId> <artifactId>pulsar</artifactId> - <version>2.11.0-SNAPSHOT</version> + <version>2.11.0</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
