Skip to content

Commit d47f163

Browse files
committed
version 1.3.0
1 parent 8b15ff1 commit d47f163

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

ezyfox-server-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.tvd12</groupId>
66
<artifactId>ezyfox-server</artifactId>
7-
<version>1.2.9.1</version>
7+
<version>1.3.0</version>
88
</parent>
99
<artifactId>ezyfox-server-boot</artifactId>
1010

ezyfox-server-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.tvd12</groupId>
88
<artifactId>ezyfox-server</artifactId>
9-
<version>1.2.9.1</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>ezyfox-server-core</artifactId>
1212
<name>ezyfox-server-core</name>

ezyfox-server-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyfox-server</artifactId>
8-
<version>1.2.9.1</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<artifactId>ezyfox-server-embedded</artifactId>
1111

ezyfox-server-nio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyfox-server</artifactId>
8-
<version>1.2.9.1</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<artifactId>ezyfox-server-nio</artifactId>
1111

1212
<name>ezyfox-server-nio</name>
1313
<url>https://youngmonkeys.org/project/ezyfox-sever/</url>
1414

1515
<properties>
16-
<jetty.version>9.4.56.v20240826</jetty.version>
16+
<jetty.version>9.4.58.v20250814</jetty.version>
1717
</properties>
1818

1919
<dependencies>

ezyfox-server-niorunner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>ezyfox-server</artifactId>
8-
<version>1.2.9.1</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<artifactId>ezyfox-server-niorunner</artifactId>
1111

ezyfox-server-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.tvd12</groupId>
66
<artifactId>ezyfox-server</artifactId>
7-
<version>1.2.9.1</version>
7+
<version>1.3.0</version>
88
</parent>
99
<artifactId>ezyfox-server-support</artifactId>
1010
<name>ezyfox-server-support</name>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>com.tvd12</groupId>
88
<artifactId>ezyfox</artifactId>
9-
<version>1.0.6</version>
9+
<version>1.0.7</version>
1010
</parent>
1111
<artifactId>ezyfox-server</artifactId>
12-
<version>1.2.9.1</version>
12+
<version>1.3.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>ezyfox-server</name>
@@ -57,8 +57,8 @@
5757
</developers>
5858

5959
<properties>
60-
<ezy.version>1.2.9</ezy.version>
61-
<ezy.core.version>2.1.7</ezy.core.version>
60+
<ezy.version>1.3.0</ezy.version>
61+
<ezy.core.version>2.1.8</ezy.core.version>
6262
</properties>
6363

6464
<build>

0 commit comments

Comments
 (0)