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

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-sentinel-support.git

commit e9f2dabf3653a0e6bfc0f88d61f4526687d666c2
Author: Eric Zhao <sczy...@gmail.com>
AuthorDate: Tue Oct 30 20:39:02 2018 +0800

    Bump version to 1.3.0-GA
    
    Signed-off-by: Eric Zhao <sczy...@gmail.com>
---
 README.md | 2 +-
 pom.xml   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a49a902..76e5a32 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ If the consumer does not use Sentinel Dubbo Adapter but 
requires flow control ba
 
 ## Global fallback
 
-Since version 0.1.1, Sentinel Dubbo Adapter supports global fallback 
configuration.
+Sentinel Dubbo Adapter supports global fallback configuration.
 The global fallback will handle exceptions and give replacement result when 
blocked by
 flow control, degrade or system load protection. You can implement your own 
`DubboFallback` interface
 and then register to `DubboFallbackRegistry`. If no fallback is configured, 
Sentinel will wrap the `BlockException`
diff --git a/pom.xml b/pom.xml
index 9ed1a2c..767d9e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>com.alibaba.csp</groupId>
         <artifactId>sentinel-adapter</artifactId>
-        <version>0.1.1</version>
+        <version>1.3.0-GA</version>
     </parent>
     <artifactId>sentinel-dubbo-adapter</artifactId>
     <packaging>jar</packaging>
@@ -31,7 +31,6 @@
         <dependency>
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
-            <version>1.2.49</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to