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 18f206114c85a8821c11ec1f5c54b0c7b069c9bc Author: Heng Du <[email protected]> AuthorDate: Mon Mar 30 11:44:28 2020 +0800 bump up the connect version to 0.1.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 088e2de..ee79ea4 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>io.openmessaging</groupId> <artifactId>openmessaging-connect</artifactId> - <version>0.1.0-beta</version> + <version>0.1.1</version> </dependency> <dependency> <groupId>com.moilioncircle</groupId> @@ -100,4 +100,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project>
