Skip to content

Commit

Permalink
version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helyho committed Mar 22, 2020
1 parent ce9ed1d commit a085ca0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion All/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.voovan</groupId>
<artifactId>voovan-parent</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.voovan</groupId>
<artifactId>voovan-parent</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Common/src/main/java/org/voovan/Global.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ public static HashWheelTimer getHashWheelTimer(){
* @return Voovan 版本号
*/
public static String getVersion(){
return "4.2.0";
return "4.2.1";
}
}
2 changes: 1 addition & 1 deletion Database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.voovan</groupId>
<artifactId>voovan-parent</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Network/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.voovan</groupId>
<artifactId>voovan-parent</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.voovan</groupId>
<artifactId>voovan-parent</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.voovan</groupId>
<artifactId>voovan-parent</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
<packaging>pom</packaging>
<name>Voovan-parent</name>
<url>https://git.oschina.net/helyho/Voovan</url>
Expand Down

0 comments on commit a085ca0

Please sign in to comment.