This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git
The following commit(s) were added to refs/heads/master by this push:
new f4397ff add release guide to README.md
f4397ff is described below
commit f4397ff7a6a5834d77b3f63e055ab22d1e107abe
Author: ken.lj <[email protected]>
AuthorDate: Sun Mar 29 12:43:13 2020 +0800
add release guide to README.md
---
NOTICE | 3 +--
README.md | 9 +++++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NOTICE b/NOTICE
index 7a95db5..e02ff73 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,5 +2,4 @@ Apache Dubbo
Copyright 2018-2020 The Apache Software Foundation
This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/README.md b/README.md
index fe8a126..b7cde56 100644
--- a/README.md
+++ b/README.md
@@ -22,4 +22,13 @@ Now we are trying to build a hessian group
https://github.com/hessian-group to m
<version>3.2.6</version>
<dependency>
```
+## Reaease
+Deploy to maven repo:
+```shell script
+mvn clean deploy -Prelease
+```
+Apache source package:
+```shell script
+mvn clean install -Papache-release
+```