Skip to content

Commit

Permalink
3.3.1.v20190520-RELEASE发布,增加ws-client和3.3.1.v20190520-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed May 22, 2019
1 parent 5fc9e01 commit e8a6faf
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 28 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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
19 changes: 11 additions & 8 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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<name>${project.artifactId}</name>
<url>http://maven.apache.org</url>

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

<properties>
<maven-jar-plugin.version>3.1.0</maven-jar-plugin.version>
<tio-utils.version>3.3.0.v20190512-RELEASE</tio-utils.version>
<tio-utils.version>3.3.1.v20190520-RELEASE</tio-utils.version>
<tio-core.version>${tio-utils.version}</tio-core.version>
<tio-flash-policy-server.version>${tio-utils.version}</tio-flash-policy-server.version>

Expand Down Expand Up @@ -130,6 +130,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.5.RELEASE</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-utils</artifactId>
Expand Down Expand Up @@ -804,12 +811,8 @@
<artifactId>sharding-jdbc-core</artifactId>
<version>${shardingsphere.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.6</version>
</dependency>-->
<!-- <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId>
<version>1.18.6</version> </dependency> -->

<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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 @@ -7,7 +7,7 @@
public interface SysConst {
String TIO_URL_GITHUB = "https://github.com/tywo45/t-io";
String TIO_URL_SITE = "https://www.t-io.org/";
String TIO_CORE_VERSION = "3.3.0.v20190512-RELEASE";
String TIO_CORE_VERSION = "3.3.1.v20190520-RELEASE";
/**
* \r
*/
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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-parent</artifactId>
<version>3.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/client/installAndCopy.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
call mvn -Dmaven.test.skip=true clean install

rem call rd ..\..\..\..\dist\examples\im\server /s /q
rem call xcopy target\dist\tio-core-showcase-im-server-3.3.0.v20190512-RELEASE ..\..\..\..\dist\examples\im\server\ /s /e /q /y
rem call xcopy target\dist\tio-core-showcase-im-server-3.3.1.v20190520-RELEASE ..\..\..\..\dist\examples\im\server\ /s /e /q /y

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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/zoo/websocket/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<parent>
<groupId>org.t-io</groupId>
<artifactId>tio-zoo-parent</artifactId>
<version>3.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<properties>
<tio-http.version>3.3.0.v20190512-RELEASE</tio-http.version>
<tio-http.version>3.3.1.v20190520-RELEASE</tio-http.version>
</properties>


Expand Down
2 changes: 1 addition & 1 deletion src/zoo/websocket/server/installAndCopy.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
call mvn -Dmaven.test.skip=true clean install

call rd ..\..\..\..\dist\examples\im\server /s /q
call xcopy target\dist\tio-core-showcase-im-server-3.3.0.v20190512-RELEASE ..\..\..\..\dist\examples\im\server\ /s /e /q /y
call xcopy target\dist\tio-core-showcase-im-server-3.3.1.v20190520-RELEASE ..\..\..\..\dist\examples\im\server\ /s /e /q /y

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.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/zoo/websocket/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tio-websocket-parent</artifactId>
<groupId>org.t-io</groupId>
<version>3.3.0.v20190512-RELEASE</version>
<version>3.3.1.v20190520-RELEASE</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.0.6.RELEASE</version>
<version>2.1.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e8a6faf

Please sign in to comment.