Bump version to 1.3.0-GA

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
diff --git a/README.md b/README.md
index a49a902..76e5a32 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@
 
 ## 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>