This is an automated email from the ASF dual-hosted git repository.
zhanglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push:
new 262bfa4b Update Release Number to 0.8.0-SNAPSHOT
262bfa4b is described below
commit 262bfa4b92533cf72eca44179940a1a2eaf1f714
Author: Lei Zhang <[email protected]>
AuthorDate: Thu May 12 13:32:02 2022 +0800
Update Release Number to 0.8.0-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9f0ed993..cac1a11d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
- <revision>0.7.0-SNAPSHOT</revision>
+ <revision>0.8.0-SNAPSHOT</revision>
<!-- plugins -->
<jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
<license-maven-plugin.version>1.19</license-maven-plugin.version>