Skip to content

Commit cd1ae54

Browse files
committed
feat[release]: 3.3.1 release
1 parent 8bc480c commit cd1ae54

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Perfect work development process, complete online solution
3737
<dependency>
3838
<groupId>com.zfoo</groupId>
3939
<artifactId>boot</artifactId>
40-
<version>3.3.0</version>
40+
<version>3.3.1</version>
4141
</dependency>
4242
```
4343

@@ -47,7 +47,7 @@ Perfect work development process, complete online solution
4747
<dependency>
4848
<groupId>com.zfoo</groupId>
4949
<artifactId>protocol</artifactId>
50-
<version>3.3.0</version>
50+
<version>3.3.1</version>
5151
</dependency>
5252
```
5353

README_CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.zfoo</groupId>
3737
<artifactId>boot</artifactId>
38-
<version>3.3.0</version>
38+
<version>3.3.1</version>
3939
</dependency>
4040
```
4141

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.zfoo</groupId>
4747
<artifactId>protocol</artifactId>
48-
<version>3.3.0</version>
48+
<version>3.3.1</version>
4949
</dependency>
5050
```
5151

boot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>boot</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

event/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>event</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

hotswap/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>hotswap</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

monitor/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>monitor</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

net/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>net</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

orm/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>orm</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>zfoo</artifactId>
99
<packaging>pom</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212

1313
<name>zfoo</name>
@@ -126,7 +126,7 @@
126126
</modules>
127127

128128
<properties>
129-
<zfoo.version>3.3.0</zfoo.version>
129+
<zfoo.version>3.3.1</zfoo.version>
130130
<!-- spring and spring boot -->
131131
<spring.version>6.1.2</spring.version>
132132
<spring.boot.version>3.2.1</spring.boot.version>

protocol/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>protocol</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

scheduler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>scheduler</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

storage/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<groupId>com.zfoo</groupId>
88
<artifactId>storage</artifactId>
99
<packaging>jar</packaging>
10-
<version>3.3.0</version>
10+
<version>3.3.1</version>
1111

1212
<properties>
13-
<zfoo.version>3.3.0</zfoo.version>
13+
<zfoo.version>3.3.1</zfoo.version>
1414
<!-- spring and spring boot -->
1515
<spring.version>6.1.2</spring.version>
1616
<spring.boot.version>3.2.1</spring.boot.version>

0 commit comments

Comments
 (0)