diff --git a/pom.xml b/pom.xml
index 017e0282..0ab0869f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-SNAPSHOT
pom
${project.artifactId}
diff --git a/sentinel-adapter/pom.xml b/sentinel-adapter/pom.xml
index 70ba2e06..cfb8d577 100755
--- a/sentinel-adapter/pom.xml
+++ b/sentinel-adapter/pom.xml
@@ -7,7 +7,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-SNAPSHOT
sentinel-adapter
pom
diff --git a/sentinel-adapter/sentinel-dubbo-adapter/pom.xml b/sentinel-adapter/sentinel-dubbo-adapter/pom.xml
index 280f9480..4ac7dc91 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.1
+ 1.4.2-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 da603170..1ed58c99 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.1
+ 1.4.2-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 7f4ef31a..fc1ead3b 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.1
+ 1.4.2-SNAPSHOT
sentinel-web-servlet
diff --git a/sentinel-benchmark/pom.xml b/sentinel-benchmark/pom.xml
index afd3d90c..18f21e2a 100644
--- a/sentinel-benchmark/pom.xml
+++ b/sentinel-benchmark/pom.xml
@@ -5,7 +5,7 @@
sentinel-parent
com.alibaba.csp
- 1.4.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-cluster/pom.xml b/sentinel-cluster/pom.xml
index 41c762a8..e5b7981d 100644
--- a/sentinel-cluster/pom.xml
+++ b/sentinel-cluster/pom.xml
@@ -5,7 +5,7 @@
sentinel-parent
com.alibaba.csp
- 1.4.1
+ 1.4.2-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 4b8bde35..81b1d632 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.1
+ 1.4.2-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 5563f20f..fe9b8b19 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.1
+ 1.4.2-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 b481d366..15f740d4 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-core/pom.xml b/sentinel-core/pom.xml
index 6b1278b2..b544fa65 100755
--- a/sentinel-core/pom.xml
+++ b/sentinel-core/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-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 db70ba67..611fca81 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
@@ -30,7 +30,7 @@ import com.alibaba.csp.sentinel.util.VersionUtil;
*/
public final class Constants {
- public static final String SENTINEL_VERSION = VersionUtil.getVersion("1.4.1");
+ public static final String SENTINEL_VERSION = VersionUtil.getVersion("1.4.2");
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 ea2617a6..7d8bcdaa 100755
--- a/sentinel-dashboard/pom.xml
+++ b/sentinel-dashboard/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-SNAPSHOT
sentinel-dashboard
diff --git a/sentinel-demo/pom.xml b/sentinel-demo/pom.xml
index 7aa345db..1467afd0 100755
--- a/sentinel-demo/pom.xml
+++ b/sentinel-demo/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-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 4b8f3b3a..b502fdeb 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.1
+ 1.4.2-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 213bf10d..282c54d9 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-basic/pom.xml b/sentinel-demo/sentinel-demo-basic/pom.xml
index da7d1451..8d6349e3 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.1
+ 1.4.2-SNAPSHOT
sentinel-demo-basic
diff --git a/sentinel-demo/sentinel-demo-cluster/pom.xml b/sentinel-demo/sentinel-demo-cluster/pom.xml
index 5f7b5bc6..cdb193f3 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/pom.xml b/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/pom.xml
index 21f2621f..e9c14b5f 100644
--- a/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/pom.xml
+++ b/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-embedded/pom.xml
@@ -5,7 +5,7 @@
sentinel-demo-cluster
com.alibaba.csp
- 1.4.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-server-alone/pom.xml b/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-server-alone/pom.xml
index bb130a2f..e501b4a0 100644
--- a/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-server-alone/pom.xml
+++ b/sentinel-demo/sentinel-demo-cluster/sentinel-demo-cluster-server-alone/pom.xml
@@ -5,7 +5,7 @@
sentinel-demo-cluster
com.alibaba.csp
- 1.4.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-dubbo/pom.xml b/sentinel-demo/sentinel-demo-dubbo/pom.xml
index 27477189..09c13575 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.1
+ 1.4.2-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 69e11112..f8491900 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.1
+ 1.4.2-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 f15a244e..6478cc54 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.1
+ 1.4.2-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 21e6bc88..b631b2e8 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-demo/sentinel-demo-rocketmq/pom.xml b/sentinel-demo/sentinel-demo-rocketmq/pom.xml
index 467ce08e..858bd036 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.1
+ 1.4.2-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 b2fbb333..ce2f41e8 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.1
+ 1.4.2-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 86044967..9a7727c6 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/pom.xml b/sentinel-extension/pom.xml
index d35c759c..e07a5d36 100755
--- a/sentinel-extension/pom.xml
+++ b/sentinel-extension/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-SNAPSHOT
sentinel-extension
pom
diff --git a/sentinel-extension/sentinel-annotation-aspectj/pom.xml b/sentinel-extension/sentinel-annotation-aspectj/pom.xml
index 886ebf90..e43d6413 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-apollo/pom.xml b/sentinel-extension/sentinel-datasource-apollo/pom.xml
index fe07af25..d6dfcc1b 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-extension/pom.xml b/sentinel-extension/sentinel-datasource-extension/pom.xml
index 3b2f67d3..6e2eb2d1 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.1
+ 1.4.2-SNAPSHOT
sentinel-datasource-extension
diff --git a/sentinel-extension/sentinel-datasource-nacos/pom.xml b/sentinel-extension/sentinel-datasource-nacos/pom.xml
index db409d67..7e41b2a3 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-redis/pom.xml b/sentinel-extension/sentinel-datasource-redis/pom.xml
index 4c23563d..34b720f7 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-extension/sentinel-datasource-zookeeper/pom.xml b/sentinel-extension/sentinel-datasource-zookeeper/pom.xml
index b48e9af5..e4a24727 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.1
+ 1.4.2-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 7470fca3..91904231 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.1
+ 1.4.2-SNAPSHOT
4.0.0
diff --git a/sentinel-transport/pom.xml b/sentinel-transport/pom.xml
index ce9b509e..b8a5f8e2 100755
--- a/sentinel-transport/pom.xml
+++ b/sentinel-transport/pom.xml
@@ -6,7 +6,7 @@
com.alibaba.csp
sentinel-parent
- 1.4.1
+ 1.4.2-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 0feffbb1..d2c95189 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.1
+ 1.4.2-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 29040a40..89c935df 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.1
+ 1.4.2-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 38468ac2..9b26a9c4 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.1
+ 1.4.2-SNAPSHOT
4.0.0