Skip to content

Commit

Permalink
3.6.2.v20200808-RELEASE发布
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed Aug 7, 2020
1 parent 6ee9183 commit 354b6bf
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/core/src/main/java/org/tio/server/TioServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1.v20200512-RELEASE
//3.6.2.v20200808-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);

Expand Down
46 changes: 23 additions & 23 deletions src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<packaging>pom</packaging>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<name>${project.artifactId}</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -35,14 +35,14 @@

<properties>
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
<tio.version>3.6.1.v20200512-RELEASE</tio.version>
<tio.version>3.6.2.v20200808-RELEASE</tio.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.test.skip>true</maven.test.skip>
<maven.version>3.6.0</maven.version>

<mysql.driver.version>8.0.20</mysql.driver.version><!-- 5.1.46 -->
<druid.version>1.1.22</druid.version>
<mysql.driver.version>8.0.21</mysql.driver.version><!-- 5.1.46 -->
<druid.version>1.1.23</druid.version>
<HikariCP.version>3.4.5</HikariCP.version>
<jfinal.version>4.9</jfinal.version>
<logback.version>1.2.3</logback.version>
Expand All @@ -51,25 +51,25 @@
<junit.version>4.13</junit.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.7</commons-io.version>
<commons-lang3.version>3.10</commons-lang3.version>
<commons-lang3.version>3.11</commons-lang3.version>
<commons-codec.version>1.14</commons-codec.version>
<commons-compress.version>1.20</commons-compress.version>
<fastjson.version>1.2.71</fastjson.version>
<fastjson.version>1.2.73</fastjson.version>
<testng.version>7.1.0</testng.version>
<hutool.version>5.3.7</hutool.version>
<hutool.version>5.3.10</hutool.version>
<protobuf-java.version>3.12.2</protobuf-java.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<protobuf-java-format.version>1.4</protobuf-java-format.version>
<protostuff.version>1.7.2</protostuff.version>
<redisson.version>3.13.1</redisson.version>
<jodd.version>5.1.4</jodd.version>
<redisson.version>3.13.3</redisson.version>
<jodd.version>5.1.5</jodd.version>
<quartz.version>2.3.2</quartz.version>
<caffeine.version>2.8.4</caffeine.version>
<caffeine.version>2.8.5</caffeine.version>
<binarywang.version>3.8.0</binarywang.version>
<zxing.version>3.4.0</zxing.version>
<httpcore.version>4.4.13</httpcore.version>
<httpclient.version>4.5.12</httpclient.version>
<closure.version>v20200614</closure.version>
<closure.version>v20200719</closure.version>
<freemarker.version>2.3.30</freemarker.version>
<UserAgentUtils.version>1.21</UserAgentUtils.version>
<scribejava-apis.version>6.9.0</scribejava-apis.version>
Expand Down Expand Up @@ -97,14 +97,14 @@
<ffmpeg.version>4.1-${javacpp.version}</ffmpeg.version>
<opencv.version>4.0.1-${javacpp.version}</opencv.version>

<IJPay.version>2.6.2</IJPay.version>
<IJPay.version>2.6.3</IJPay.version>


<shardingsphere.version>3.1.0</shardingsphere.version>

<svnkit.version>1.10.1</svnkit.version>
<proguard.version>6.2.2</proguard.version>
<okhttp.version>4.7.2</okhttp.version>
<okhttp.version>4.8.0</okhttp.version>
<neo4j.version>3.2.12</neo4j.version>
<xmlunit.version>2.7.0</xmlunit.version>
<mongodb.version>3.12.4</mongodb.version>
Expand Down Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
<version>3.7</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -485,7 +485,7 @@
<dependency>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa</artifactId>
<version>5.17</version>
<version>5.19</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -524,7 +524,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -564,7 +564,7 @@
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.8.78</version>
<version>4.8.87</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
Expand Down Expand Up @@ -706,7 +706,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-x-discovery</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -795,7 +795,7 @@
<dependency>
<groupId>com.github.hazendaz</groupId>
<artifactId>htmlcompressor</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -924,12 +924,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.11</version>
<version>1.10.13</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.3.6.RELEASE</version>
<version>3.3.7.RELEASE</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down Expand Up @@ -981,7 +981,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.31.1</version>
<version>3.32.3</version>
</dependency>


Expand Down Expand Up @@ -1015,7 +1015,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator-core</artifactId>
<version>0.45</version>
<version>0.46</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/utils/src/main/java/org/tio/utils/SysConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1.v20200512-RELEASE";
String TIO_CORE_VERSION = "3.6.2.v20200808-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";
Expand Down
2 changes: 1 addition & 1 deletion src/zoo/flash-policy-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-http-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-http-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/http/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-http-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/spring-boot/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/spring-boot/tio-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tio-spring-boot-parent</artifactId>
<groupId>org.t-io</groupId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/zoo/spring-boot/tio-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tio-spring-boot-parent</artifactId>
<groupId>org.t-io</groupId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-spring-boot-common</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/zoo/spring-boot/tio-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tio-spring-boot-parent</artifactId>
<groupId>org.t-io</groupId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions src/zoo/spring-boot/tio-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tio-spring-boot-parent</artifactId>
<groupId>org.t-io</groupId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-spring-boot-common</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/zoo/webpack/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-webpack-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/webpack/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-parent</artifactId>
<version>3.6.1.v20200512-RELEASE</version>
<version>3.6.2.v20200808-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 354b6bf

Please sign in to comment.