From f4b5fae130dd1528dce32660f5e96c17a5220838 Mon Sep 17 00:00:00 2001 From: Eric Zhao Date: Tue, 30 Oct 2018 15:01:51 +0800 Subject: [PATCH] Bump version to 1.3.0-GA and update dependencies Signed-off-by: Eric Zhao --- pom.xml | 4 ++-- sentinel-adapter/pom.xml | 2 +- sentinel-adapter/sentinel-dubbo-adapter/pom.xml | 2 +- sentinel-adapter/sentinel-grpc-adapter/pom.xml | 2 +- sentinel-adapter/sentinel-web-servlet/pom.xml | 2 +- sentinel-benchmark/pom.xml | 2 +- sentinel-core/pom.xml | 2 +- sentinel-dashboard/pom.xml | 2 +- sentinel-demo/pom.xml | 2 +- sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml | 2 +- sentinel-demo/sentinel-demo-apollo-datasource/pom.xml | 2 +- sentinel-demo/sentinel-demo-basic/pom.xml | 2 +- sentinel-demo/sentinel-demo-dubbo/pom.xml | 2 +- sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml | 2 +- sentinel-demo/sentinel-demo-nacos-datasource/pom.xml | 2 +- sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml | 2 +- sentinel-demo/sentinel-demo-rocketmq/pom.xml | 2 +- sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml | 2 +- sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml | 2 +- sentinel-extension/pom.xml | 2 +- sentinel-extension/sentinel-annotation-aspectj/pom.xml | 2 +- sentinel-extension/sentinel-datasource-apollo/pom.xml | 2 +- sentinel-extension/sentinel-datasource-extension/pom.xml | 2 +- sentinel-extension/sentinel-datasource-nacos/pom.xml | 4 ++-- sentinel-extension/sentinel-datasource-redis/pom.xml | 2 +- sentinel-extension/sentinel-datasource-zookeeper/pom.xml | 2 +- sentinel-extension/sentinel-parameter-flow-control/pom.xml | 2 +- sentinel-transport/pom.xml | 2 +- sentinel-transport/sentinel-transport-common/pom.xml | 2 +- sentinel-transport/sentinel-transport-netty-http/pom.xml | 2 +- sentinel-transport/sentinel-transport-simple-http/pom.xml | 2 +- 31 files changed, 33 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index 82a273d6..0767dd29 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA pom ${project.artifactId} @@ -41,7 +41,7 @@ - 1.2.49 + 1.2.51 4.12 diff --git a/sentinel-adapter/pom.xml b/sentinel-adapter/pom.xml index 1fb92584..8401b658 100755 --- a/sentinel-adapter/pom.xml +++ b/sentinel-adapter/pom.xml @@ -7,7 +7,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-adapter pom diff --git a/sentinel-adapter/sentinel-dubbo-adapter/pom.xml b/sentinel-adapter/sentinel-dubbo-adapter/pom.xml index c108f95b..80b545de 100755 --- a/sentinel-adapter/sentinel-dubbo-adapter/pom.xml +++ b/sentinel-adapter/sentinel-dubbo-adapter/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-adapter - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 sentinel-dubbo-adapter diff --git a/sentinel-adapter/sentinel-grpc-adapter/pom.xml b/sentinel-adapter/sentinel-grpc-adapter/pom.xml index 9d409b5f..7def5bb5 100755 --- a/sentinel-adapter/sentinel-grpc-adapter/pom.xml +++ b/sentinel-adapter/sentinel-grpc-adapter/pom.xml @@ -5,7 +5,7 @@ sentinel-adapter com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 sentinel-grpc-adapter diff --git a/sentinel-adapter/sentinel-web-servlet/pom.xml b/sentinel-adapter/sentinel-web-servlet/pom.xml index f4edf3a1..209c2c0c 100755 --- a/sentinel-adapter/sentinel-web-servlet/pom.xml +++ b/sentinel-adapter/sentinel-web-servlet/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-adapter - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-web-servlet diff --git a/sentinel-benchmark/pom.xml b/sentinel-benchmark/pom.xml index d7af2d0f..fd52a95d 100644 --- a/sentinel-benchmark/pom.xml +++ b/sentinel-benchmark/pom.xml @@ -5,7 +5,7 @@ sentinel-parent com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-core/pom.xml b/sentinel-core/pom.xml index fe51cfc6..c2535be6 100755 --- a/sentinel-core/pom.xml +++ b/sentinel-core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-core jar diff --git a/sentinel-dashboard/pom.xml b/sentinel-dashboard/pom.xml index 0092d05e..c727988d 100755 --- a/sentinel-dashboard/pom.xml +++ b/sentinel-dashboard/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-dashboard diff --git a/sentinel-demo/pom.xml b/sentinel-demo/pom.xml index 70c08aa3..95b16e73 100755 --- a/sentinel-demo/pom.xml +++ b/sentinel-demo/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-demo pom diff --git a/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml b/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml index 1b202720..b4bf8f9e 100644 --- a/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml +++ b/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-apollo-datasource/pom.xml b/sentinel-demo/sentinel-demo-apollo-datasource/pom.xml index b616a72d..37c4501c 100644 --- a/sentinel-demo/sentinel-demo-apollo-datasource/pom.xml +++ b/sentinel-demo/sentinel-demo-apollo-datasource/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-basic/pom.xml b/sentinel-demo/sentinel-demo-basic/pom.xml index 8c0a1a57..aca4f4ae 100755 --- a/sentinel-demo/sentinel-demo-basic/pom.xml +++ b/sentinel-demo/sentinel-demo-basic/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-demo - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-demo-basic diff --git a/sentinel-demo/sentinel-demo-dubbo/pom.xml b/sentinel-demo/sentinel-demo-dubbo/pom.xml index 4dcb1a5f..4d52ef09 100644 --- a/sentinel-demo/sentinel-demo-dubbo/pom.xml +++ b/sentinel-demo/sentinel-demo-dubbo/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml b/sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml index 84a324ae..7ba75fb8 100755 --- a/sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml +++ b/sentinel-demo/sentinel-demo-dynamic-file-rule/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-demo - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-demo-dynamic-file-rule diff --git a/sentinel-demo/sentinel-demo-nacos-datasource/pom.xml b/sentinel-demo/sentinel-demo-nacos-datasource/pom.xml index 1ac877a0..55bdf6f5 100644 --- a/sentinel-demo/sentinel-demo-nacos-datasource/pom.xml +++ b/sentinel-demo/sentinel-demo-nacos-datasource/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml b/sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml index 723dccd7..2a1ffe82 100644 --- a/sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml +++ b/sentinel-demo/sentinel-demo-parameter-flow-control/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-rocketmq/pom.xml b/sentinel-demo/sentinel-demo-rocketmq/pom.xml index fbd9b923..babcf3bf 100755 --- a/sentinel-demo/sentinel-demo-rocketmq/pom.xml +++ b/sentinel-demo/sentinel-demo-rocketmq/pom.xml @@ -5,7 +5,7 @@ com.alibaba.csp sentinel-demo - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml b/sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml index 0f99044a..7eadcffc 100644 --- a/sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml +++ b/sentinel-demo/sentinel-demo-slot-chain-spi/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml b/sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml index 08e2e452..20a108fe 100644 --- a/sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml +++ b/sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml @@ -5,7 +5,7 @@ sentinel-demo com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-extension/pom.xml b/sentinel-extension/pom.xml index 838af372..720b2c39 100755 --- a/sentinel-extension/pom.xml +++ b/sentinel-extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-extension pom diff --git a/sentinel-extension/sentinel-annotation-aspectj/pom.xml b/sentinel-extension/sentinel-annotation-aspectj/pom.xml index 43946998..fa3e2abc 100644 --- a/sentinel-extension/sentinel-annotation-aspectj/pom.xml +++ b/sentinel-extension/sentinel-annotation-aspectj/pom.xml @@ -5,7 +5,7 @@ sentinel-extension com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-apollo/pom.xml b/sentinel-extension/sentinel-datasource-apollo/pom.xml index 72108e01..e362530e 100644 --- a/sentinel-extension/sentinel-datasource-apollo/pom.xml +++ b/sentinel-extension/sentinel-datasource-apollo/pom.xml @@ -5,7 +5,7 @@ sentinel-extension com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-extension/pom.xml b/sentinel-extension/sentinel-datasource-extension/pom.xml index 4d1449d4..8ad0cb90 100755 --- a/sentinel-extension/sentinel-datasource-extension/pom.xml +++ b/sentinel-extension/sentinel-datasource-extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-extension - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-datasource-extension diff --git a/sentinel-extension/sentinel-datasource-nacos/pom.xml b/sentinel-extension/sentinel-datasource-nacos/pom.xml index 37e72fe2..1fcc6e3e 100644 --- a/sentinel-extension/sentinel-datasource-nacos/pom.xml +++ b/sentinel-extension/sentinel-datasource-nacos/pom.xml @@ -5,7 +5,7 @@ sentinel-extension com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 @@ -13,7 +13,7 @@ jar - 0.2.1 + 0.3.0 diff --git a/sentinel-extension/sentinel-datasource-redis/pom.xml b/sentinel-extension/sentinel-datasource-redis/pom.xml index 534edf73..5f583bd2 100644 --- a/sentinel-extension/sentinel-datasource-redis/pom.xml +++ b/sentinel-extension/sentinel-datasource-redis/pom.xml @@ -5,7 +5,7 @@ sentinel-extension com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-zookeeper/pom.xml b/sentinel-extension/sentinel-datasource-zookeeper/pom.xml index ceceb857..be7288f6 100644 --- a/sentinel-extension/sentinel-datasource-zookeeper/pom.xml +++ b/sentinel-extension/sentinel-datasource-zookeeper/pom.xml @@ -5,7 +5,7 @@ sentinel-extension com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-extension/sentinel-parameter-flow-control/pom.xml b/sentinel-extension/sentinel-parameter-flow-control/pom.xml index 51a0de46..123eaa13 100644 --- a/sentinel-extension/sentinel-parameter-flow-control/pom.xml +++ b/sentinel-extension/sentinel-parameter-flow-control/pom.xml @@ -5,7 +5,7 @@ sentinel-extension com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 diff --git a/sentinel-transport/pom.xml b/sentinel-transport/pom.xml index 79800f9c..b383cdf8 100755 --- a/sentinel-transport/pom.xml +++ b/sentinel-transport/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-SNAPSHOT + 1.3.0-GA sentinel-transport The transport module of Sentinel diff --git a/sentinel-transport/sentinel-transport-common/pom.xml b/sentinel-transport/sentinel-transport-common/pom.xml index ca9b0dd7..bc91f965 100755 --- a/sentinel-transport/sentinel-transport-common/pom.xml +++ b/sentinel-transport/sentinel-transport-common/pom.xml @@ -5,7 +5,7 @@ com.alibaba.csp sentinel-transport - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 jar diff --git a/sentinel-transport/sentinel-transport-netty-http/pom.xml b/sentinel-transport/sentinel-transport-netty-http/pom.xml index 709f854c..a7e858db 100755 --- a/sentinel-transport/sentinel-transport-netty-http/pom.xml +++ b/sentinel-transport/sentinel-transport-netty-http/pom.xml @@ -5,7 +5,7 @@ com.alibaba.csp sentinel-transport - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0 sentinel-transport-netty-http diff --git a/sentinel-transport/sentinel-transport-simple-http/pom.xml b/sentinel-transport/sentinel-transport-simple-http/pom.xml index 44e6c2e9..1e81fdd3 100755 --- a/sentinel-transport/sentinel-transport-simple-http/pom.xml +++ b/sentinel-transport/sentinel-transport-simple-http/pom.xml @@ -5,7 +5,7 @@ sentinel-transport com.alibaba.csp - 1.3.0-SNAPSHOT + 1.3.0-GA 4.0.0