Skip to content

Commit

Permalink
update tag to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qishipengqsp authored and tugraph committed Aug 13, 2023
1 parent 2fa90fa commit ffc86ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</licenses>

<properties>
<revision>1.2.3-SNAPSHOT</revision>
<revision>1.3.0</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<netty.version>4.1.44.Final</netty.version>
<lombok.version>1.18.28</lombok.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ public static TuGraphDbRpcClient startClient(String[] args) throws Exception {
public static void main(String[] args) throws Exception {
log.info("----------------startMain--------------------");
if (args.length != 3 && args.length != 0) {
log.info("java -jar -ea tugraph-db-java-rpc-client-test-1.2.3.jar [host:port] [user] "
log.info("java -jar -ea tugraph-db-java-rpc-client-test-1.3.0.jar [host:port] [user] "
+ "[password]");
log.info("java -jar -ea tugraph-db-java-rpc-client-test-1.2.3.jar");
log.info("java -jar -ea tugraph-db-java-rpc-client-test-1.3.0.jar");
return;
}
if (args.length == 0) {
Expand Down

0 comments on commit ffc86ac

Please sign in to comment.