Skip to content

Commit 0f8d00f

Browse files
committed
Update to v2.0.38
1 parent 99daa1c commit 0f8d00f

22 files changed

+11
-11
lines changed

dist/hprose_client_for_java_10.jar

0 Bytes
Binary file not shown.

dist/hprose_client_for_java_5.jar

0 Bytes
Binary file not shown.

dist/hprose_client_for_java_6.jar

0 Bytes
Binary file not shown.

dist/hprose_client_for_java_7.jar

0 Bytes
Binary file not shown.

dist/hprose_client_for_java_8.jar

0 Bytes
Binary file not shown.

dist/hprose_client_for_java_9.jar

0 Bytes
Binary file not shown.

dist/hprose_for_java_10.jar

0 Bytes
Binary file not shown.

dist/hprose_for_java_5.jar

0 Bytes
Binary file not shown.

dist/hprose_for_java_6.jar

0 Bytes
Binary file not shown.

dist/hprose_for_java_7.jar

0 Bytes
Binary file not shown.

dist/hprose_for_java_8.jar

0 Bytes
Binary file not shown.

dist/hprose_for_java_9.jar

0 Bytes
Binary file not shown.

example/Benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>tcphelloexam</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

example/Example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>hprose.example</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

example/exam/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>exam.client</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<packaging>jar</packaging>
88
<dependencies>
99
<dependency>

example/exam/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hprose</groupId>
66
<artifactId>exam.server</artifactId>
7-
<version>2.0.37</version>
7+
<version>2.0.38</version>
88
<packaging>war</packaging>
99

1010
<name>ExamServer</name>

example/hello/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>hello.client</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<name>HelloClient</name>
88
<packaging>jar</packaging>
99
<build>

example/hello/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hprose</groupId>
66
<artifactId>hello.server</artifactId>
7-
<version>2.0.37</version>
7+
<version>2.0.38</version>
88
<packaging>war</packaging>
99

1010
<name>HelloServer</name>

example/tcphelloexam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>tcphelloexam</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

example/tcpsessionexam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>tcpsessionexam</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>hprose-java</artifactId>
6-
<version>2.0.37</version>
6+
<version>2.0.38</version>
77
<name>Hprose for Java</name>
88
<description>Hprose is a High Performance Remote Object Service Engine.
99

@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/hprose/hprose-java.git</connection>
5050
<developerConnection>scm:git:https://github.com/hprose/hprose-java.git</developerConnection>
5151
<url>https://github.com/hprose/hprose-java</url>
52-
<tag>v2.0.37</tag>
52+
<tag>v2.0.38</tag>
5353
</scm>
5454
<developers>
5555
<developer>

spring-hprose/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.hprose</groupId>
55
<artifactId>spring-hprose</artifactId>
6-
<version>2.0.36</version>
6+
<version>2.0.38</version>
77

88
<dependencies>
99
<dependency>

0 commit comments

Comments
 (0)