You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/04/22 14:54:52 UTC

[incubator-dubbo] branch master updated: [Dubbo-3903] Fix maven package error of dubbo-serialization-gson (#3904)

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 <xx...@126.com>
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>