This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.10 by this push:
new 1cd009d08f8 [fix][build] Mongo is fixed for 2.10.5 (#20810)
1cd009d08f8 is described below
commit 1cd009d08f882320e974f2fd902157d4f235875c
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jul 14 11:56:41 2023 -0700
[fix][build] Mongo is fixed for 2.10.5 (#20810)
---
pulsar-io/mongo/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-io/mongo/pom.xml b/pulsar-io/mongo/pom.xml
index 7e1e0772db0..40d6f91239e 100644
--- a/pulsar-io/mongo/pom.xml
+++ b/pulsar-io/mongo/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-io</artifactId>
- <version>2.10.5-SNAPSHOT</version>
+ <version>2.10.5</version>
</parent>
<artifactId>pulsar-io-mongo</artifactId>