Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
修改版本号为3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry committed Apr 21, 2017
1 parent c081423 commit 985970d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-protocol</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-all</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</parent>
<artifactId>tns-console</artifactId>
<name>tns-console</name>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-protocol</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-all</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</parent>
<artifactId>tns-example</artifactId>
<name>tns-example</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-all</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
<packaging>pom</packaging>
<name>tns-all</name>
<url>https://github.com/jerrysearch/tns</url>
Expand Down
2 changes: 1 addition & 1 deletion protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-all</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</parent>
<artifactId>tns-protocol</artifactId>
<name>tns-protocol</name>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-all</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</parent>
<artifactId>tns-server</artifactId>
<name>tns-server</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.github.jerrysearch</groupId>
<artifactId>tns-protocol</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
Expand Down

0 comments on commit 985970d

Please sign in to comment.