Skip to content

Commit

Permalink
[fix] Fix cherry-pick for #22892
Browse files Browse the repository at this point in the history
- version in jetcd-core-shaded/pom.xml needs to match project version
  • Loading branch information
lhotari committed Jun 13, 2024
1 parent 8ecd94b commit e75f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetcd-core-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.3.1-SNAPSHOT</version>
</parent>

<artifactId>jetcd-core-shaded</artifactId>
Expand Down

0 comments on commit e75f6ba

Please sign in to comment.