[Dubbo-3903] Fix maven package error of dubbo-serialization-gson (#3904)

This commit is contained in:
zhaixiaoxiang 2019-04-22 22:54:46 +08:00 committed by Huxing Zhang
parent 4c96814185
commit 875a665104
1 changed files with 1 additions and 1 deletions

View File

@ -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>