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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c99f1b  Use more specific ShardingSphere version to avoid compilation 
error (#3772)
0c99f1b is described below

commit 0c99f1b594a4f90890ca2bce6bb21afa4fad9e4a
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Sun Nov 3 21:36:09 2019 +0800

    Use more specific ShardingSphere version to avoid compilation error (#3772)
---
 apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml 
b/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml
index 0925425..f929fef 100644
--- a/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml
+++ b/apm-sniffer/apm-sdk-plugin/sharding-sphere-4.x-plugin/pom.xml
@@ -45,19 +45,19 @@
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>sharding-core-execute</artifactId>
-            <version>[4.0.0-RC1,5.0.0)</version>
+            <version>4.0.0-RC2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>sharding-jdbc-core</artifactId>
-            <version>[4.0.0-RC1,5.0.0)</version>
+            <version>4.0.0-RC2</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>
             <artifactId>sharding-proxy-frontend-core</artifactId>
-            <version>[4.0.0-RC1,5.0.0)</version>
+            <version>4.0.0-RC2</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Reply via email to