This is an automated email from the ASF dual-hosted git repository.
huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new 875a665 [Dubbo-3903] Fix maven package error of
dubbo-serialization-gson (#3904)
875a665 is described below
commit 875a665104b9ad5f7daf73bfca899cd81271dd12
Author: zhaixiaoxiang <[email protected]>
AuthorDate: Mon Apr 22 22:54:46 2019 +0800
[Dubbo-3903] Fix maven package error of dubbo-serialization-gson (#3904)
---
dubbo-serialization/dubbo-serialization-gson/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-serialization/dubbo-serialization-gson/pom.xml
b/dubbo-serialization/dubbo-serialization-gson/pom.xml
index 58677c7..3822d37 100644
--- a/dubbo-serialization/dubbo-serialization-gson/pom.xml
+++ b/dubbo-serialization/dubbo-serialization-gson/pom.xml
@@ -19,7 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one or
more
<parent>
<artifactId>dubbo-serialization</artifactId>
<groupId>org.apache.dubbo</groupId>
- <version>2.7.2-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<artifactId>dubbo-serialization-gson</artifactId>
<packaging>jar</packaging>