Skip to content

Commit

Permalink
Update to v2.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Apr 23, 2018
1 parent 99daa1c commit 0f8d00f
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 11 deletions.
Binary file modified dist/hprose_client_for_java_10.jar
Binary file not shown.
Binary file modified dist/hprose_client_for_java_5.jar
Binary file not shown.
Binary file modified dist/hprose_client_for_java_6.jar
Binary file not shown.
Binary file modified dist/hprose_client_for_java_7.jar
Binary file not shown.
Binary file modified dist/hprose_client_for_java_8.jar
Binary file not shown.
Binary file modified dist/hprose_client_for_java_9.jar
Binary file not shown.
Binary file modified dist/hprose_for_java_10.jar
Binary file not shown.
Binary file modified dist/hprose_for_java_5.jar
Binary file not shown.
Binary file modified dist/hprose_for_java_6.jar
Binary file not shown.
Binary file modified dist/hprose_for_java_7.jar
Binary file not shown.
Binary file modified dist/hprose_for_java_8.jar
Binary file not shown.
Binary file modified dist/hprose_for_java_9.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion example/Benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>tcphelloexam</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion example/Example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>hprose.example</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion example/exam/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>exam.client</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion example/exam/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.hprose</groupId>
<artifactId>exam.server</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>war</packaging>

<name>ExamServer</name>
Expand Down
2 changes: 1 addition & 1 deletion example/hello/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>hello.client</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<name>HelloClient</name>
<packaging>jar</packaging>
<build>
Expand Down
2 changes: 1 addition & 1 deletion example/hello/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.hprose</groupId>
<artifactId>hello.server</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>war</packaging>

<name>HelloServer</name>
Expand Down
2 changes: 1 addition & 1 deletion example/tcphelloexam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>tcphelloexam</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion example/tcpsessionexam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>tcpsessionexam</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>hprose-java</artifactId>
<version>2.0.37</version>
<version>2.0.38</version>
<name>Hprose for Java</name>
<description>Hprose is a High Performance Remote Object Service Engine.

Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/hprose/hprose-java.git</connection>
<developerConnection>scm:git:https://github.com/hprose/hprose-java.git</developerConnection>
<url>https://github.com/hprose/hprose-java</url>
<tag>v2.0.37</tag>
<tag>v2.0.38</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion spring-hprose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hprose</groupId>
<artifactId>spring-hprose</artifactId>
<version>2.0.36</version>
<version>2.0.38</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0f8d00f

Please sign in to comment.