Skip to content

Commit

Permalink
chore[version]: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
godotg committed May 8, 2024
1 parent 3f89e0e commit d882cb0
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 94 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Perfect work development process, complete online solution
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

Expand All @@ -47,7 +47,7 @@ Perfect work development process, complete online solution
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</dependency>
```

Expand Down
18 changes: 9 additions & 9 deletions boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>event</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions hotswap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>hotswap</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>monitor</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>net</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>orm</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.zfoo</groupId>
<artifactId>zfoo</artifactId>
<packaging>pom</packaging>
<version>3.3.1</version>
<version>3.3.2</version>


<name>zfoo</name>
Expand Down Expand Up @@ -126,20 +126,20 @@
</modules>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>protocol</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>scheduler</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down
18 changes: 9 additions & 9 deletions storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
<groupId>com.zfoo</groupId>
<artifactId>storage</artifactId>
<packaging>jar</packaging>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<zfoo.version>3.3.1</zfoo.version>
<zfoo.version>3.3.2</zfoo.version>
<!-- spring and spring boot -->
<spring.version>6.1.2</spring.version>
<spring.boot.version>3.2.1</spring.boot.version>
<spring.version>6.1.6</spring.version>
<spring.boot.version>3.2.5</spring.boot.version>
<junit.version>4.13.2</junit.version>
<!-- bytecode enhancement -->
<javassist.version>3.29.2-GA</javassist.version>
<bytebuddy.version>1.14.6</bytebuddy.version>
<javassist.version>3.30.2-GA</javassist.version>
<bytebuddy.version>1.14.14</bytebuddy.version>
<!-- network framework -->
<netty.version>4.1.104.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!-- zookeeper -->
<curator.version>5.5.0</curator.version>
<curator.version>5.6.0</curator.version>
<!-- hardware detection -->
<oshi.version>6.4.5</oshi.version>
<oshi.version>6.6.0</oshi.version>
<!-- Office document parsing -->
<poi.version>5.2.3</poi.version>
<csv.version>1.10.0</csv.version>
Expand Down

0 comments on commit d882cb0

Please sign in to comment.