Skip to content

Commit b238154

Browse files
committed
upgrade verstion to 3.0.4
1 parent c0914ad commit b238154

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

mse-simple-demo/A/pom.xml

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

66
<groupId>com.alibabacloud.mse.demo</groupId>
77
<artifactId>A</artifactId>
8-
<version>3.0.3</version>
8+
<version>3.0.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>A</name>

mse-simple-demo/B/pom.xml

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

66
<groupId>com.alibabacloud.mse.demo</groupId>
77
<artifactId>B</artifactId>
8-
<version>3.0.3</version>
8+
<version>3.0.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>B</name>

mse-simple-demo/C/pom.xml

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

66
<groupId>com.alibabacloud.mse.demo</groupId>
77
<artifactId>C</artifactId>
8-
<version>3.0.3</version>
8+
<version>3.0.4</version>
99
<packaging>jar</packaging>
1010

1111
<name>C</name>

mse-simple-demo/SpringCloudGateway/pom.xml

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

55
<groupId>com.alibabacloud.mse.demo</groupId>
66
<artifactId>SpringCloudGateway</artifactId>
7-
<version>3.0.3</version>
7+
<version>3.0.4</version>
88
<packaging>jar</packaging>
99

1010
<parent>

mse-simple-demo/ZuulGateway/pom.xml

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

66
<groupId>com.alibabacloud.mse.demo</groupId>
77
<artifactId>ZuulGateway</artifactId>
8-
<version>3.0.3</version>
8+
<version>3.0.4</version>
99
<packaging>jar</packaging>
1010

1111
<parent>

mse-simple-demo/helm/mse-simple-demo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: mse-simple-demo
3-
version: "3.0.3"
4-
appVersion: "3.0.3"
3+
version: "3.0.4"
4+
appVersion: "3.0.4"
55
home: https://mse.console.aliyun.com/
66
keywords:
77
- mse

mse-simple-demo/helm/mse-simple-demo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
registry: registry.cn-hangzhou.aliyuncs.com/mse-governance-demo/
33

44
images:
5-
version: 3.0.3
5+
version: 3.0.4
66

77
mse:
88
namespace: mse-demo

mse-simple-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<properties>
8-
<all.project.version>3.0.3</all.project.version>
8+
<all.project.version>3.0.4</all.project.version>
99
</properties>
1010

1111

1212
<groupId>com.alibabacloud.mse.demo</groupId>
1313
<artifactId>mse-simple-demo</artifactId>
14-
<version>3.0.3</version>
14+
<version>3.0.4</version>
1515
<modules>
1616
<module>A</module>
1717
<module>B</module>

0 commit comments

Comments
 (0)