Skip to content

Commit

Permalink
update version to 1.1.8 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 authored Jun 5, 2023
1 parent 2b71b7d commit 5b62066
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ezyfox-server-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</parent>
<artifactId>ezyfox-server-boot</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ezyfox-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</parent>
<artifactId>ezyfox-server-core</artifactId>
<name>ezyfox-server-core</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void inspectTest() throws Exception {


// then
Asserts.assertEquals(3, sut.getAllSessionCount());
Asserts.assertEquals(sut.getAllSessionCount(), 3);
sut.destroy();
}

Expand Down
2 changes: 1 addition & 1 deletion ezyfox-server-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</parent>
<artifactId>ezyfox-server-embedded</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ezyfox-server-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</parent>
<artifactId>ezyfox-server-nio</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ezyfox-server-niorunner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</parent>
<artifactId>ezyfox-server-niorunner</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ezyfox-server-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
</parent>
<artifactId>ezyfox-server-support</artifactId>
<name>ezyfox-server-support</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>
<artifactId>ezyfox-server</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<packaging>pom</packaging>

<name>ezyfox-server</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
</developers>

<properties>
<ezy.core.version>2.1.6</ezy.core.version>
<ezy.core.version>2.1.7</ezy.core.version>
</properties>

<build>
Expand Down

0 comments on commit 5b62066

Please sign in to comment.