This is an automated email from the ASF dual-hosted git repository. zhoubo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-connect.git
commit 7c81b417bf150e65cd26ddafb1226710baa92ccf Author: Han.G <[email protected]> AuthorDate: Mon Mar 16 04:13:47 2020 +0100 Update connector dependency to the latest version * Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59442c5..6beb19c 100644 --- a/pom.xml +++ b/pom.xml @@ -189,7 +189,7 @@ <dependency> <groupId>io.openmessaging</groupId> <artifactId>openmessaging-connector</artifactId> - <version>0.1.1-beta-SNAPSHOT</version> + <version>0.1.1</version> </dependency> <dependency> <groupId>io.openmessaging</groupId>
