Skip to content

Commit 32a90b9

Browse files
committed
bump version to 3.0.8
1 parent adcf8ac commit 32a90b9

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

mse-simple-demo/A/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export REGISTRY=${REGISTRY}
44

55
export appName=spring-cloud-a
6-
export VERSION="${VERSION:-3.0.7}"
6+
export VERSION="${VERSION:-3.0.8}"
77

88
set -e
99

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.7</version>
8+
<version>3.0.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>A</name>

mse-simple-demo/B/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export REGISTRY=${REGISTRY}
44

55
export appName=spring-cloud-b
6-
export VERSION="${VERSION:-3.0.7}"
6+
export VERSION="${VERSION:-3.0.8}"
77

88
set -e
99

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.7</version>
8+
<version>3.0.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>B</name>

mse-simple-demo/C/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export REGISTRY=${REGISTRY}
44

55
export appName=spring-cloud-c
6-
export VERSION="${VERSION:-3.0.7}"
6+
export VERSION="${VERSION:-3.0.8}"
77

88
set -e
99

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.7</version>
8+
<version>3.0.8</version>
99
<packaging>jar</packaging>
1010

1111
<name>C</name>

mse-simple-demo/SpringCloudGateway/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export REGISTRY=${REGISTRY}
33

44
export appName=spring-cloud-gateway
5-
export VERSION="${VERSION:-3.0.7}"
5+
export VERSION="${VERSION:-3.0.8}"
66

77
set -e
88

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.7</version>
7+
<version>3.0.8</version>
88
<packaging>jar</packaging>
99

1010
<parent>

mse-simple-demo/ZuulGateway/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export REGISTRY=${REGISTRY}
44

55
export appName=spring-cloud-zuul
6-
export VERSION="${VERSION:-3.0.7}"
6+
export VERSION="${VERSION:-3.0.8}"
77

88
set -e
99

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.7</version>
8+
<version>3.0.8</version>
99
<packaging>jar</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)