From bffa4ff7771dff2520b1bd14ed5dcd8582fbf6fb Mon Sep 17 00:00:00 2001 From: Eric Zhao Date: Tue, 30 Oct 2018 16:06:32 +0800 Subject: [PATCH] Bump version to 1.4.0-SNAPSHOT Signed-off-by: Eric Zhao --- pom.xml | 2 +- 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 +- .../java/com/alibaba/csp/sentinel/Constants.java | 2 +- sentinel-dashboard/pom.xml | 2 +- sentinel-demo/pom.xml | 15 ++++++++++++++- .../sentinel-demo-annotation-spring-aop/pom.xml | 2 +- .../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-dynamic-file-rule/pom.xml | 2 +- .../sentinel-demo-nacos-datasource/pom.xml | 2 +- .../sentinel-demo-parameter-flow-control/pom.xml | 2 +- sentinel-demo/sentinel-demo-rocketmq/pom.xml | 2 +- .../sentinel-demo-slot-chain-spi/pom.xml | 2 +- .../sentinel-demo-zookeeper-datasource/pom.xml | 2 +- sentinel-extension/pom.xml | 2 +- .../sentinel-annotation-aspectj/pom.xml | 2 +- .../sentinel-datasource-apollo/pom.xml | 2 +- .../sentinel-datasource-extension/pom.xml | 2 +- .../sentinel-datasource-nacos/pom.xml | 2 +- .../sentinel-datasource-redis/pom.xml | 2 +- .../sentinel-datasource-zookeeper/pom.xml | 2 +- .../sentinel-parameter-flow-control/pom.xml | 2 +- sentinel-transport/pom.xml | 2 +- .../sentinel-transport-common/pom.xml | 2 +- .../sentinel-transport-netty-http/pom.xml | 2 +- .../sentinel-transport-simple-http/pom.xml | 2 +- 32 files changed, 45 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 0767dd29..79308c17 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT pom ${project.artifactId} diff --git a/sentinel-adapter/pom.xml b/sentinel-adapter/pom.xml index 8401b658..175fa15a 100755 --- a/sentinel-adapter/pom.xml +++ b/sentinel-adapter/pom.xml @@ -7,7 +7,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT sentinel-adapter pom diff --git a/sentinel-adapter/sentinel-dubbo-adapter/pom.xml b/sentinel-adapter/sentinel-dubbo-adapter/pom.xml index 80b545de..97c7e590 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-GA + 1.4.0-SNAPSHOT 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 7def5bb5..d2724560 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-GA + 1.4.0-SNAPSHOT 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 209c2c0c..335b5137 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-GA + 1.4.0-SNAPSHOT sentinel-web-servlet diff --git a/sentinel-benchmark/pom.xml b/sentinel-benchmark/pom.xml index fd52a95d..ab7849b9 100644 --- a/sentinel-benchmark/pom.xml +++ b/sentinel-benchmark/pom.xml @@ -5,7 +5,7 @@ sentinel-parent com.alibaba.csp - 1.3.0-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-core/pom.xml b/sentinel-core/pom.xml index c2535be6..cd0d02f0 100755 --- a/sentinel-core/pom.xml +++ b/sentinel-core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT sentinel-core jar diff --git a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/Constants.java b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/Constants.java index 5e80574d..fbfd8783 100755 --- a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/Constants.java +++ b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/Constants.java @@ -29,7 +29,7 @@ import com.alibaba.csp.sentinel.util.VersionUtil; */ public final class Constants { - public static final String SENTINEL_VERSION = VersionUtil.getVersion("1.3.0"); + public static final String SENTINEL_VERSION = VersionUtil.getVersion("1.4.0"); public final static int MAX_CONTEXT_NAME_SIZE = 2000; public final static int MAX_SLOT_CHAIN_SIZE = 6000; diff --git a/sentinel-dashboard/pom.xml b/sentinel-dashboard/pom.xml index c727988d..f91dd6b2 100755 --- a/sentinel-dashboard/pom.xml +++ b/sentinel-dashboard/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT sentinel-dashboard diff --git a/sentinel-demo/pom.xml b/sentinel-demo/pom.xml index 95b16e73..3ab45f6f 100755 --- a/sentinel-demo/pom.xml +++ b/sentinel-demo/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT sentinel-demo pom @@ -37,4 +37,17 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.version} + + true + + + + + diff --git a/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml b/sentinel-demo/sentinel-demo-annotation-spring-aop/pom.xml index b4bf8f9e..78cf6196 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-demo/sentinel-demo-apollo-datasource/pom.xml b/sentinel-demo/sentinel-demo-apollo-datasource/pom.xml index 37c4501c..5a6ae92f 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-demo/sentinel-demo-basic/pom.xml b/sentinel-demo/sentinel-demo-basic/pom.xml index aca4f4ae..c3807ede 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-GA + 1.4.0-SNAPSHOT sentinel-demo-basic diff --git a/sentinel-demo/sentinel-demo-dubbo/pom.xml b/sentinel-demo/sentinel-demo-dubbo/pom.xml index 4d52ef09..409ff444 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-GA + 1.4.0-SNAPSHOT 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 7ba75fb8..81991054 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-GA + 1.4.0-SNAPSHOT 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 55bdf6f5..1326408b 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-GA + 1.4.0-SNAPSHOT 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 2a1ffe82..a2b178d8 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-demo/sentinel-demo-rocketmq/pom.xml b/sentinel-demo/sentinel-demo-rocketmq/pom.xml index babcf3bf..210dd526 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-GA + 1.4.0-SNAPSHOT 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 7eadcffc..51590bdf 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml b/sentinel-demo/sentinel-demo-zookeeper-datasource/pom.xml index 20a108fe..1a93349a 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-extension/pom.xml b/sentinel-extension/pom.xml index 720b2c39..42327f9c 100755 --- a/sentinel-extension/pom.xml +++ b/sentinel-extension/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT sentinel-extension pom diff --git a/sentinel-extension/sentinel-annotation-aspectj/pom.xml b/sentinel-extension/sentinel-annotation-aspectj/pom.xml index fa3e2abc..ae4ea2cc 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-apollo/pom.xml b/sentinel-extension/sentinel-datasource-apollo/pom.xml index e362530e..b5a72a52 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-extension/pom.xml b/sentinel-extension/sentinel-datasource-extension/pom.xml index 8ad0cb90..94aa507e 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-GA + 1.4.0-SNAPSHOT sentinel-datasource-extension diff --git a/sentinel-extension/sentinel-datasource-nacos/pom.xml b/sentinel-extension/sentinel-datasource-nacos/pom.xml index 1fcc6e3e..6cedcc76 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-redis/pom.xml b/sentinel-extension/sentinel-datasource-redis/pom.xml index 5f583bd2..c71b8661 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-extension/sentinel-datasource-zookeeper/pom.xml b/sentinel-extension/sentinel-datasource-zookeeper/pom.xml index be7288f6..ab966060 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-extension/sentinel-parameter-flow-control/pom.xml b/sentinel-extension/sentinel-parameter-flow-control/pom.xml index 123eaa13..77b6c0f3 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-GA + 1.4.0-SNAPSHOT 4.0.0 diff --git a/sentinel-transport/pom.xml b/sentinel-transport/pom.xml index b383cdf8..619a5335 100755 --- a/sentinel-transport/pom.xml +++ b/sentinel-transport/pom.xml @@ -6,7 +6,7 @@ com.alibaba.csp sentinel-parent - 1.3.0-GA + 1.4.0-SNAPSHOT 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 bc91f965..db10591f 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-GA + 1.4.0-SNAPSHOT 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 a7e858db..67e1dbb5 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-GA + 1.4.0-SNAPSHOT 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 1e81fdd3..e6c1355e 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-GA + 1.4.0-SNAPSHOT 4.0.0