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 b307466f3fc4fa25ba21de87c568a4095cf18f4f Author: Heng Du <[email protected]> AuthorDate: Mon Mar 30 11:43:35 2020 +0800 bump up the connect version to 0.1.1 bump up the connect version to 0.1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ea7ab1..5c412bf 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ <dependency> <groupId>io.openmessaging</groupId> <artifactId>openmessaging-connector</artifactId> - <version>0.1.0-beta</version> + <version>0.1.1</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId>
