update version to 4.0.65

This commit is contained in:
xiaohuang09 2023-08-21 18:47:39 +08:00
parent ed5f9f41f3
commit 415cf7aea1
3 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.caucho</groupId> <groupId>com.caucho</groupId>
<artifactId>hessian</artifactId> <artifactId>hessian</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>4.0.38</version> <version>4.0.65</version>
<name>Hessian</name> <name>Hessian</name>
<description>Hessian is a compact binary protocol for connecting web services.</description> <description>Hessian is a compact binary protocol for connecting web services.</description>
<url>http://hessian.caucho.com</url> <url>http://hessian.caucho.com</url>
@ -19,9 +19,10 @@
<developers> <developers>
<developer> <developer>
<id>ferg</id>
<name>Scott Ferguson</name> <name>Scott Ferguson</name>
<email>ferg@caucho.com</email> <email>ferg@caucho.com</email>
<organization>Caucho Technology, Inc</organization>
<organizationUrl>https://www.caucho.com</organizationUrl>
</developer> </developer>
</developers> </developers>

View File

@ -1,6 +1,6 @@
Name: hessian Name: hessian
Summary: Java implementation of a binary protocol for web services Summary: Java implementation of a binary protocol for web services
Version: 4.0.38 Version: 4.0.65
Release: 1 Release: 1
Epoch: 0 Epoch: 0
License: ASL 1.1 License: ASL 1.1
@ -69,5 +69,8 @@ cp -p %{SOURCE2} apache.license.html
%license apache.license.html %license apache.license.html
%changelog %changelog
* Sat Aug 15 2020 Ge Wang <wangge20@huawei.com> - 4.0.38-1 * Mon Aug 21 2023 Bin Huang <huangbin54@huawei.com> - 0:4.0.65-1
- Package update version to 4.0.65
* Sat Aug 15 2020 Ge Wang <wangge20@huawei.com> - 0:4.0.38-1
- Package init - Package init