diff --git a/src/core/pom.xml b/src/core/pom.xml
index 99aea210..9ca65f3d 100644
--- a/src/core/pom.xml
+++ b/src/core/pom.xml
@@ -8,7 +8,7 @@
org.t-io
tio-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/core/src/main/java/org/tio/server/TioServer.java b/src/core/src/main/java/org/tio/server/TioServer.java
index 1a16b3a2..9cd58bc0 100644
--- a/src/core/src/main/java/org/tio/server/TioServer.java
+++ b/src/core/src/main/java/org/tio/server/TioServer.java
@@ -223,7 +223,7 @@ recommend that a file or class name and description of purpose be included on
*/
public class TioServer {
private static Logger log = LoggerFactory.getLogger(TioServer.class);
- private ServerTioConfig serverTioConfig;
+ private ServerTioConfig serverTioConfig;
private AsynchronousServerSocketChannel serverSocketChannel;
private AsynchronousChannelGroup channelGroup = null;
private Node serverNode;
@@ -433,7 +433,7 @@ public void run() {
log.info("The version you are using is the latest");
} else {
log.info("t-io latest version:{},your version:{}", result, SysConst.TIO_CORE_VERSION);
- //3.5.9.v20200214-RELEASE
+ //3.6.0.v20200315-RELEASE
String myVersionDateStr = SysConst.TIO_CORE_VERSION.substring(SysConst.TIO_CORE_VERSION.length() - 16, SysConst.TIO_CORE_VERSION.length() - 8);
String latestVersionDateStr = result.substring(result.length() - 16, result.length() - 8);
@@ -451,7 +451,7 @@ public void run() {
}
} catch (Exception e) {
-// log.error("", e);
+ // log.error("", e);
}
}
});
@@ -464,6 +464,6 @@ public boolean isCheckLastVersion() {
public void setCheckLastVersion(boolean checkLastVersion) {
log.debug("community edition is no longer supported");
-// this.checkLastVersion = checkLastVersion;
+ // this.checkLastVersion = checkLastVersion;
}
}
diff --git a/src/parent/pom.xml b/src/parent/pom.xml
index 5d5d903f..664f89d3 100644
--- a/src/parent/pom.xml
+++ b/src/parent/pom.xml
@@ -5,7 +5,7 @@
org.t-io
tio-parent
pom
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
${project.artifactId}
http://maven.apache.org
@@ -35,7 +35,7 @@
3.1.0
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
${tio-utils.version}
${tio-utils.version}
@@ -62,7 +62,7 @@
1.20
1.2.66
7.1.0
- 5.2.2
+ 5.2.3
3.11.4
1.9.4
1.4
@@ -787,7 +787,7 @@
io.reactivex.rxjava2
rxjava
- 2.2.18
+ 2.2.19
diff --git a/src/utils/pom.xml b/src/utils/pom.xml
index 8e400cec..5f382dfb 100644
--- a/src/utils/pom.xml
+++ b/src/utils/pom.xml
@@ -8,7 +8,7 @@
org.t-io
tio-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/utils/src/main/java/org/tio/utils/SysConst.java b/src/utils/src/main/java/org/tio/utils/SysConst.java
index 76055a75..171c610c 100644
--- a/src/utils/src/main/java/org/tio/utils/SysConst.java
+++ b/src/utils/src/main/java/org/tio/utils/SysConst.java
@@ -200,7 +200,7 @@ recommend that a file or class name and description of purpose be included on
* 2018年7月1日 下午10:51:59
*/
public interface SysConst {
- String TIO_CORE_VERSION = "3.5.9.v20200214-RELEASE";
+ String TIO_CORE_VERSION = "3.6.0.v20200315-RELEASE";
String TIO_URL_GITEE = "https://gitee.com/tywo45/t-io";
String TIO_URL_GITHUB = "https://github.com/tywo45/t-io";
String TIO_URL_SITE = "https://www.t-io.org";
diff --git a/src/zoo/flash-policy-server/pom.xml b/src/zoo/flash-policy-server/pom.xml
index 1e1ba309..947aacc4 100644
--- a/src/zoo/flash-policy-server/pom.xml
+++ b/src/zoo/flash-policy-server/pom.xml
@@ -8,7 +8,7 @@
org.t-io
tio-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../../parent/pom.xml
diff --git a/src/zoo/http/client/pom.xml b/src/zoo/http/client/pom.xml
index 5cbb794b..3f8d1289 100644
--- a/src/zoo/http/client/pom.xml
+++ b/src/zoo/http/client/pom.xml
@@ -8,7 +8,7 @@
org.t-io
tio-http-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/zoo/http/common/pom.xml b/src/zoo/http/common/pom.xml
index a812f60d..e29e7b60 100644
--- a/src/zoo/http/common/pom.xml
+++ b/src/zoo/http/common/pom.xml
@@ -7,7 +7,7 @@
org.t-io
tio-http-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/zoo/http/parent/pom.xml b/src/zoo/http/parent/pom.xml
index 69af26cb..6acfb407 100644
--- a/src/zoo/http/parent/pom.xml
+++ b/src/zoo/http/parent/pom.xml
@@ -11,7 +11,7 @@
org.t-io
tio-zoo-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../../parent/pom.xml
diff --git a/src/zoo/http/server/pom.xml b/src/zoo/http/server/pom.xml
index 46e062f1..7b87c510 100644
--- a/src/zoo/http/server/pom.xml
+++ b/src/zoo/http/server/pom.xml
@@ -8,7 +8,7 @@
org.t-io
tio-http-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/zoo/parent/pom.xml b/src/zoo/parent/pom.xml
index 212adac0..28ec5471 100644
--- a/src/zoo/parent/pom.xml
+++ b/src/zoo/parent/pom.xml
@@ -11,7 +11,7 @@
org.t-io
tio-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../../parent/pom.xml
diff --git a/src/zoo/spring-boot/parent/pom.xml b/src/zoo/spring-boot/parent/pom.xml
index fd25b8c1..5ed4780b 100644
--- a/src/zoo/spring-boot/parent/pom.xml
+++ b/src/zoo/spring-boot/parent/pom.xml
@@ -12,7 +12,7 @@
org.t-io
tio-zoo-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../../parent/pom.xml
diff --git a/src/zoo/spring-boot/tio-common/pom.xml b/src/zoo/spring-boot/tio-common/pom.xml
index ae079f73..841e4578 100644
--- a/src/zoo/spring-boot/tio-common/pom.xml
+++ b/src/zoo/spring-boot/tio-common/pom.xml
@@ -5,7 +5,7 @@
tio-spring-boot-parent
org.t-io
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
4.0.0
diff --git a/src/zoo/spring-boot/tio-core/pom.xml b/src/zoo/spring-boot/tio-core/pom.xml
index 96f872f0..55816bbc 100644
--- a/src/zoo/spring-boot/tio-core/pom.xml
+++ b/src/zoo/spring-boot/tio-core/pom.xml
@@ -5,7 +5,7 @@
tio-spring-boot-parent
org.t-io
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
4.0.0
@@ -48,7 +48,7 @@
org.t-io
tio-spring-boot-common
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
\ No newline at end of file
diff --git a/src/zoo/spring-boot/tio-http/pom.xml b/src/zoo/spring-boot/tio-http/pom.xml
index ac76ef5f..3532fe9e 100644
--- a/src/zoo/spring-boot/tio-http/pom.xml
+++ b/src/zoo/spring-boot/tio-http/pom.xml
@@ -5,7 +5,7 @@
tio-spring-boot-parent
org.t-io
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
4.0.0
diff --git a/src/zoo/spring-boot/tio-websocket/pom.xml b/src/zoo/spring-boot/tio-websocket/pom.xml
index 5c470cb0..757c701f 100644
--- a/src/zoo/spring-boot/tio-websocket/pom.xml
+++ b/src/zoo/spring-boot/tio-websocket/pom.xml
@@ -5,7 +5,7 @@
tio-spring-boot-parent
org.t-io
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
4.0.0
@@ -46,7 +46,7 @@
org.t-io
tio-spring-boot-common
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
\ No newline at end of file
diff --git a/src/zoo/webpack/core/pom.xml b/src/zoo/webpack/core/pom.xml
index ef6b2c75..9e089a09 100644
--- a/src/zoo/webpack/core/pom.xml
+++ b/src/zoo/webpack/core/pom.xml
@@ -7,7 +7,7 @@
org.t-io
tio-webpack-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/zoo/webpack/parent/pom.xml b/src/zoo/webpack/parent/pom.xml
index c94a3379..504de972 100644
--- a/src/zoo/webpack/parent/pom.xml
+++ b/src/zoo/webpack/parent/pom.xml
@@ -20,7 +20,7 @@
org.t-io
tio-zoo-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../../parent/pom.xml
diff --git a/src/zoo/websocket/client/pom.xml b/src/zoo/websocket/client/pom.xml
index b5d63264..92755529 100644
--- a/src/zoo/websocket/client/pom.xml
+++ b/src/zoo/websocket/client/pom.xml
@@ -9,7 +9,7 @@
org.t-io
tio-websocket-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/zoo/websocket/common/pom.xml b/src/zoo/websocket/common/pom.xml
index d287f91c..00cefe0e 100644
--- a/src/zoo/websocket/common/pom.xml
+++ b/src/zoo/websocket/common/pom.xml
@@ -8,7 +8,7 @@
org.t-io
tio-websocket-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml
diff --git a/src/zoo/websocket/parent/pom.xml b/src/zoo/websocket/parent/pom.xml
index 713497ba..92993737 100644
--- a/src/zoo/websocket/parent/pom.xml
+++ b/src/zoo/websocket/parent/pom.xml
@@ -11,7 +11,7 @@
org.t-io
tio-zoo-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../../parent/pom.xml
diff --git a/src/zoo/websocket/server/pom.xml b/src/zoo/websocket/server/pom.xml
index 6e577e05..58dce685 100644
--- a/src/zoo/websocket/server/pom.xml
+++ b/src/zoo/websocket/server/pom.xml
@@ -7,7 +7,7 @@
org.t-io
tio-websocket-parent
- 3.5.9.v20200214-RELEASE
+ 3.6.0.v20200315-RELEASE
../parent/pom.xml