diff --git a/pom.xml b/pom.xml
index c6de60e2..7e407495 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-SNAPSHOT
pom
${project.artifactId}
diff --git a/sentinel-adapter/pom.xml b/sentinel-adapter/pom.xml
index 9d0c5e94..80e07058 100755
--- a/sentinel-adapter/pom.xml
+++ b/sentinel-adapter/pom.xml
@@ -7,7 +7,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-SNAPSHOT
sentinel-adapter
pom
diff --git a/sentinel-adapter/sentinel-dubbo-adapter/pom.xml b/sentinel-adapter/sentinel-dubbo-adapter/pom.xml
index c68ddee8..2356bf63 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.4.0
+ 1.4.1-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 76c5724d..8f63f8d2 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.4.0
+ 1.4.1-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 48364682..7b15d6a2 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.4.0
+ 1.4.1-SNAPSHOT
sentinel-web-servlet
diff --git a/sentinel-benchmark/pom.xml b/sentinel-benchmark/pom.xml
index 01e69550..572236d0 100644
--- a/sentinel-benchmark/pom.xml
+++ b/sentinel-benchmark/pom.xml
@@ -5,7 +5,7 @@
sentinel-parent
com.alibaba.csp
- 1.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-cluster/pom.xml b/sentinel-cluster/pom.xml
index db48bbbf..0f9350f5 100644
--- a/sentinel-cluster/pom.xml
+++ b/sentinel-cluster/pom.xml
@@ -5,7 +5,7 @@
sentinel-parent
com.alibaba.csp
- 1.4.0
+ 1.4.1-SNAPSHOT
4.0.0
pom
diff --git a/sentinel-cluster/sentinel-cluster-client-default/pom.xml b/sentinel-cluster/sentinel-cluster-client-default/pom.xml
index 16bb1060..649d51e5 100644
--- a/sentinel-cluster/sentinel-cluster-client-default/pom.xml
+++ b/sentinel-cluster/sentinel-cluster-client-default/pom.xml
@@ -5,7 +5,7 @@
sentinel-cluster
com.alibaba.csp
- 1.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-cluster/sentinel-cluster-common-default/pom.xml b/sentinel-cluster/sentinel-cluster-common-default/pom.xml
index ff8dec2d..a5d6ae42 100644
--- a/sentinel-cluster/sentinel-cluster-common-default/pom.xml
+++ b/sentinel-cluster/sentinel-cluster-common-default/pom.xml
@@ -5,7 +5,7 @@
sentinel-cluster
com.alibaba.csp
- 1.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-cluster/sentinel-cluster-server-default/pom.xml b/sentinel-cluster/sentinel-cluster-server-default/pom.xml
index 7cffc5cb..766dd7b4 100644
--- a/sentinel-cluster/sentinel-cluster-server-default/pom.xml
+++ b/sentinel-cluster/sentinel-cluster-server-default/pom.xml
@@ -5,7 +5,7 @@
sentinel-cluster
com.alibaba.csp
- 1.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-core/pom.xml b/sentinel-core/pom.xml
index 286ae095..2d1fe866 100755
--- a/sentinel-core/pom.xml
+++ b/sentinel-core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-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 fbfd8783..124f5f29 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.4.0");
+ public static final String SENTINEL_VERSION = VersionUtil.getVersion("1.4.1");
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 9739d0e5..e0c17a37 100755
--- a/sentinel-dashboard/pom.xml
+++ b/sentinel-dashboard/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-SNAPSHOT
sentinel-dashboard
diff --git a/sentinel-demo/pom.xml b/sentinel-demo/pom.xml
index deb3a043..51b9be25 100755
--- a/sentinel-demo/pom.xml
+++ b/sentinel-demo/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-SNAPSHOT
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 14301e4d..35787ee9 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.4.0
+ 1.4.1-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 171cf17a..8b988862 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-basic/pom.xml b/sentinel-demo/sentinel-demo-basic/pom.xml
index 154be56e..4dba4f98 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.4.0
+ 1.4.1-SNAPSHOT
sentinel-demo-basic
diff --git a/sentinel-demo/sentinel-demo-cluster/pom.xml b/sentinel-demo/sentinel-demo-cluster/pom.xml
index 8f5878a6..742ac0fc 100644
--- a/sentinel-demo/sentinel-demo-cluster/pom.xml
+++ b/sentinel-demo/sentinel-demo-cluster/pom.xml
@@ -5,7 +5,7 @@
sentinel-demo
com.alibaba.csp
- 1.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-dubbo/pom.xml b/sentinel-demo/sentinel-demo-dubbo/pom.xml
index 168b1ef9..5c311296 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.4.0
+ 1.4.1-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 393c099e..d88fd813 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.4.0
+ 1.4.1-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 0747ace7..ea2f2c16 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.4.0
+ 1.4.1-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 c28d9d8b..41f0d2cd 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-rocketmq/pom.xml b/sentinel-demo/sentinel-demo-rocketmq/pom.xml
index e61ad056..3da5b817 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.4.0
+ 1.4.1-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 9a772734..00701e8f 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.4.0
+ 1.4.1-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 5cc39bec..8a301cd0 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/pom.xml b/sentinel-extension/pom.xml
index bdbd9477..cee6c1b1 100755
--- a/sentinel-extension/pom.xml
+++ b/sentinel-extension/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-SNAPSHOT
sentinel-extension
pom
diff --git a/sentinel-extension/sentinel-annotation-aspectj/pom.xml b/sentinel-extension/sentinel-annotation-aspectj/pom.xml
index a185e01a..ec972b97 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-apollo/pom.xml b/sentinel-extension/sentinel-datasource-apollo/pom.xml
index 95d928f8..7c45c223 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-extension/pom.xml b/sentinel-extension/sentinel-datasource-extension/pom.xml
index a8f3c971..2afd9ec7 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.4.0
+ 1.4.1-SNAPSHOT
sentinel-datasource-extension
diff --git a/sentinel-extension/sentinel-datasource-nacos/pom.xml b/sentinel-extension/sentinel-datasource-nacos/pom.xml
index 64874d1c..59039735 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-redis/pom.xml b/sentinel-extension/sentinel-datasource-redis/pom.xml
index 85fe9d03..1e1e114a 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-zookeeper/pom.xml b/sentinel-extension/sentinel-datasource-zookeeper/pom.xml
index b384398f..9e60665f 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.4.0
+ 1.4.1-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 ee8e566c..4c5facf5 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0
diff --git a/sentinel-transport/pom.xml b/sentinel-transport/pom.xml
index 1600f048..dc53b041 100755
--- a/sentinel-transport/pom.xml
+++ b/sentinel-transport/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.0
+ 1.4.1-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 5f7a14de..497bdf06 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.4.0
+ 1.4.1-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 333eed49..ae403039 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.4.0
+ 1.4.1-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 d3509954..ff8a7170 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.4.0
+ 1.4.1-SNAPSHOT
4.0.0