You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/03/02 03:39:33 UTC

[rocketmq-connect] 23/39: feat(replicator): Add commitRecord after producer send success (#452)

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 ff09b427a2ffff360381480b42e49fb7f18f9ee8
Author: xujianhai666 <52...@users.noreply.github.com>
AuthorDate: Thu Nov 28 09:10:13 2019 +0800

    feat(replicator): Add commitRecord after producer send success (#452)
    
    - Add CommitRecord call after producer send success.
    
    Closes #450
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dee5b08..fc35065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <dependency>
             <groupId>io.openmessaging</groupId>
             <artifactId>openmessaging-connector</artifactId>
-            <version>0.1.0-beta</version>
+            <version>0.1.1-beta-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>