Skip to content

Commit 955f4b7

Browse files
committed
feature: release to 2.1.24.RELEASE
1 parent c33ef11 commit 955f4b7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
<dependency>
2323
<groupId>app.myoss.cloud</groupId>
2424
<artifactId>spring-boot-build</artifactId>
25-
<version>2.1.23.RELEASE</version>
25+
<version>2.1.24.RELEASE</version>
2626
</dependency>
2727
```
2828

2929
```xml
3030
<dependency>
3131
<groupId>app.myoss.cloud</groupId>
3232
<artifactId>myoss-spring-boot-parent</artifactId>
33-
<version>2.1.23.RELEASE</version>
33+
<version>2.1.24.RELEASE</version>
3434
</dependency>
3535
```
3636

3737
```xml
3838
<dependency>
3939
<groupId>app.myoss.cloud</groupId>
4040
<artifactId>myoss-cloud-dependencies</artifactId>
41-
<version>2.1.23.RELEASE</version>
41+
<version>2.1.24.RELEASE</version>
4242
</dependency>
4343
```
4444

@@ -50,7 +50,7 @@
5050
<parent>
5151
<groupId>app.myoss.cloud</groupId>
5252
<artifactId>myoss-spring-boot-parent</artifactId>
53-
<version>2.1.23.RELEASE</version>
53+
<version>2.1.24.RELEASE</version>
5454
</parent>
5555
```
5656

myoss-cloud-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>app.myoss.cloud</groupId>
88
<artifactId>spring-boot-build</artifactId>
9-
<version>2.1.23.RELEASE</version>
9+
<version>2.1.24.RELEASE</version>
1010
</parent>
1111

1212
<artifactId>myoss-cloud-dependencies</artifactId>

myoss-spring-boot-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>app.myoss.cloud</groupId>
1414
<artifactId>myoss-spring-boot-parent</artifactId>
15-
<version>2.1.23.RELEASE</version>
15+
<version>2.1.24.RELEASE</version>
1616
<packaging>pom</packaging>
1717

1818
<name>myoss-spring-boot-parent</name>
@@ -50,7 +50,7 @@
5050
<maven.compiler.target>${java.version}</maven.compiler.target>
5151

5252
<!-- myoss cloud -->
53-
<myoss-cloud.spring-boot-build.version>2.1.23.RELEASE</myoss-cloud.spring-boot-build.version>
53+
<myoss-cloud.spring-boot-build.version>2.1.24.RELEASE</myoss-cloud.spring-boot-build.version>
5454
<myoss-cloud.java-code-style.version>2.1.6.RELEASE</myoss-cloud.java-code-style.version>
5555
<!-- myoss cloud -->
5656

pom.xml

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

66
<groupId>app.myoss.cloud</groupId>
77
<artifactId>spring-boot-build</artifactId>
8-
<version>2.1.23.RELEASE</version>
8+
<version>2.1.24.RELEASE</version>
99
<packaging>pom</packaging>
1010

1111
<name>myoss-spring-boot-build</name>

0 commit comments

Comments
 (0)