This is an automated email from the ASF dual-hosted git repository.

dongeforever pushed a commit to branch store_with_dledger
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/store_with_dledger by this 
push:
     new f3130c3  Polish pom to use dledger 0.1 from central repo
f3130c3 is described below

commit f3130c3a3a86bb84f3d0b22d8c7b03a8a1984ef1
Author: dongeforever <[email protected]>
AuthorDate: Thu Feb 21 16:40:55 2019 +0800

    Polish pom to use dledger 0.1 from central repo
---
 store/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/store/pom.xml b/store/pom.xml
index 13e3b7d..a1aaf39 100644
--- a/store/pom.xml
+++ b/store/pom.xml
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>io.openmessaging.storage</groupId>
             <artifactId>dledger</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.rocketmq</groupId>

Reply via email to