This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-flink.git
The following commit(s) were added to refs/heads/main by this push:
new 9d0e78d bump rocketmq schema registry version (#71)
9d0e78d is described below
commit 9d0e78dfca753ce0525e6cc17e7aff387bde096a
Author: 李晓双 Li Xiao Shuang <[email protected]>
AuthorDate: Mon Nov 14 18:02:18 2022 +0800
bump rocketmq schema registry version (#71)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8617bd2..1b29948 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<commons-lang.version>2.6</commons-lang.version>
<spotless.version>2.4.2</spotless.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
-
<rocketmq.schema.registry.version>0.0.4-SNAPSHOT</rocketmq.schema.registry.version>
+
<rocketmq.schema.registry.version>0.1.0</rocketmq.schema.registry.version>
</properties>
<dependencies>