diff --git a/dist/hprose_client_for_java_5.jar b/dist/hprose_client_for_java_5.jar index 872a6fc..0b5814d 100644 Binary files a/dist/hprose_client_for_java_5.jar and b/dist/hprose_client_for_java_5.jar differ diff --git a/dist/hprose_client_for_java_6.jar b/dist/hprose_client_for_java_6.jar index 163897e..2d4b428 100644 Binary files a/dist/hprose_client_for_java_6.jar and b/dist/hprose_client_for_java_6.jar differ diff --git a/dist/hprose_client_for_java_7.jar b/dist/hprose_client_for_java_7.jar index 0f09d64..c817e3f 100644 Binary files a/dist/hprose_client_for_java_7.jar and b/dist/hprose_client_for_java_7.jar differ diff --git a/dist/hprose_client_for_java_8.jar b/dist/hprose_client_for_java_8.jar index b220222..d1669fe 100644 Binary files a/dist/hprose_client_for_java_8.jar and b/dist/hprose_client_for_java_8.jar differ diff --git a/dist/hprose_for_java_5.jar b/dist/hprose_for_java_5.jar index c3e6afa..1b47c5c 100644 Binary files a/dist/hprose_for_java_5.jar and b/dist/hprose_for_java_5.jar differ diff --git a/dist/hprose_for_java_6.jar b/dist/hprose_for_java_6.jar index 5fc3887..deb7d60 100644 Binary files a/dist/hprose_for_java_6.jar and b/dist/hprose_for_java_6.jar differ diff --git a/dist/hprose_for_java_7.jar b/dist/hprose_for_java_7.jar index 08a6065..5599cdd 100644 Binary files a/dist/hprose_for_java_7.jar and b/dist/hprose_for_java_7.jar differ diff --git a/dist/hprose_for_java_8.jar b/dist/hprose_for_java_8.jar index 12af0c9..1c59630 100644 Binary files a/dist/hprose_for_java_8.jar and b/dist/hprose_for_java_8.jar differ diff --git a/example/Benchmark/pom.xml b/example/Benchmark/pom.xml index 3f81813..2965bd8 100644 --- a/example/Benchmark/pom.xml +++ b/example/Benchmark/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hprose</groupId> <artifactId>tcphelloexam</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/example/Example/pom.xml b/example/Example/pom.xml index 6078418..8e899fb 100644 --- a/example/Example/pom.xml +++ b/example/Example/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hprose</groupId> <artifactId>hprose.example</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/example/exam/client/pom.xml b/example/exam/client/pom.xml index 585ae48..9294a77 100644 --- a/example/exam/client/pom.xml +++ b/example/exam/client/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hprose</groupId> <artifactId>exam.client</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <packaging>jar</packaging> <dependencies> <dependency> diff --git a/example/exam/server/pom.xml b/example/exam/server/pom.xml index 161f32e..be77ff7 100644 --- a/example/exam/server/pom.xml +++ b/example/exam/server/pom.xml @@ -4,7 +4,7 @@ <groupId>org.hprose</groupId> <artifactId>exam.server</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <packaging>war</packaging> <name>ExamServer</name> diff --git a/example/hello/server/pom.xml b/example/hello/server/pom.xml index c0b7c57..4528c8a 100644 --- a/example/hello/server/pom.xml +++ b/example/hello/server/pom.xml @@ -4,7 +4,7 @@ <groupId>org.hprose</groupId> <artifactId>hello.server</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <packaging>war</packaging> <name>HelloServer</name> diff --git a/example/tcphelloexam/pom.xml b/example/tcphelloexam/pom.xml index 2327d65..2c10e27 100644 --- a/example/tcphelloexam/pom.xml +++ b/example/tcphelloexam/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hprose</groupId> <artifactId>tcphelloexam</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/pom.xml b/pom.xml index 2de4897..a7d7226 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hprose</groupId> <artifactId>hprose-java</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <name>Hprose for Java</name> <description>Hprose is a High Performance Remote Object Service Engine. @@ -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.32</tag> + <tag>v2.0.33</tag> </scm> <developers> <developer> diff --git a/spring-hprose/pom.xml b/spring-hprose/pom.xml index 0c22df4..65d25b4 100644 --- a/spring-hprose/pom.xml +++ b/spring-hprose/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.hprose</groupId> <artifactId>spring-hprose</artifactId> - <version>2.0.32</version> + <version>2.0.33</version> <dependencies> <dependency>