| commit | fdded242871f34cfddc5ef36f681ea399e44d447 | [log] [tgz] | 
|---|---|---|
| author | Rain Yu <rainyu@apache.org> | Sat Sep 06 23:30:01 2025 +0800 | 
| committer | GitHub <noreply@github.com> | Sat Sep 06 23:30:01 2025 +0800 | 
| tree | 3513d9985fa6de4398bc7e767e5fc5e44449e2b5 | |
| parent | 16274b63f2ddf4cb0ca5ef7612de3276077bfe8f [diff] | 
Update version.
Hessian-lite is an Apache dubbo embed version of official hessian initially. Then this module is separated from Dubbo. All branches of Dubbo : 2.5.x, 2.6.x(since 2.6.3) and 2.7.x are dependent on it , please see the details:
Now we are trying to build a hessian group https://github.com/hessian-group to make maintainers of Hessian community work more closely together .
<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>hessian-lite</artifactId> <version>4.0.4</version> </dependency>
Deploy to maven repo:
mvn clean deploy -Prelease
Apache source package:
mvn clean install -Papache-release