Skip to content

Commit 16e1bb8

Browse files
committed
Bump version to 1.8.4
Signed-off-by: Eric Zhao <[email protected]>
1 parent 679625e commit 16e1bb8

File tree

87 files changed

+87
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+87
-87
lines changed

README.md

Lines changed: 1 addition & 1 deletion

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.alibaba.csp</groupId>
77
<artifactId>sentinel-parent</artifactId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.4</version>
99
<packaging>pom</packaging>
1010

1111
<name>${project.artifactId}</name>

sentinel-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.alibaba.csp</groupId>
99
<artifactId>sentinel-parent</artifactId>
10-
<version>1.8.4-SNAPSHOT</version>
10+
<version>1.8.4</version>
1111
</parent>
1212
<artifactId>sentinel-adapter</artifactId>
1313
<packaging>pom</packaging>

sentinel-adapter/sentinel-apache-dubbo-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sentinel-adapter</artifactId>
77
<groupId>com.alibaba.csp</groupId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sentinel-adapter/sentinel-apache-httpclient-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sentinel-adapter</artifactId>
77
<groupId>com.alibaba.csp</groupId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sentinel-adapter/sentinel-api-gateway-adapter-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sentinel-adapter</artifactId>
77
<groupId>com.alibaba.csp</groupId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sentinel-adapter/sentinel-dubbo-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.csp</groupId>
88
<artifactId>sentinel-adapter</artifactId>
9-
<version>1.8.4-SNAPSHOT</version>
9+
<version>1.8.4</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>sentinel-dubbo-adapter</artifactId>

sentinel-adapter/sentinel-grpc-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sentinel-adapter</artifactId>
77
<groupId>com.alibaba.csp</groupId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sentinel-grpc-adapter</artifactId>

sentinel-adapter/sentinel-jax-rs-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alibaba.csp</groupId>
88
<artifactId>sentinel-adapter</artifactId>
9-
<version>1.8.4-SNAPSHOT</version>
9+
<version>1.8.4</version>
1010
</parent>
1111

1212
<artifactId>sentinel-jax-rs-adapter</artifactId>

sentinel-adapter/sentinel-motan-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sentinel-adapter</artifactId>
77
<groupId>com.alibaba.csp</groupId>
8-
<version>1.8.4-SNAPSHOT</version>
8+
<version>1.8.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>sentinel-motan-adapter</artifactId>

0 commit comments

Comments
 (0)