Skip to content

Commit

Permalink
Fix incorrect descriptions for dubbo-serialization module for 2.6.x. (#…
Browse files Browse the repository at this point in the history
…2624)

Fix incorrect descriptions for dubbo-serialization module for 2.6.x.
  • Loading branch information
carryxyh authored Oct 9, 2018
1 parent 5adb9bf commit 156ac39
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dubbo-serialization/dubbo-serialization-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
<artifactId>dubbo-serialization-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The common module of dubbo project</description>
<description>The serialization interface module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-serialization/dubbo-serialization-fastjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
<artifactId>dubbo-serialization-fastjson</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The common module of dubbo project</description>
<description>The fastjson serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-serialization/dubbo-serialization-fst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>dubbo-serialization-fst</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The common module of dubbo project</description>
<description>The fst serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-serialization/dubbo-serialization-hessian2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
<artifactId>dubbo-serialization-hessian2</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The common module of dubbo project</description>
<description>The hessian2 serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-serialization/dubbo-serialization-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
<artifactId>dubbo-serialization-jdk</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The common module of dubbo project</description>
<description>The jdk serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-serialization/dubbo-serialization-kryo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
<artifactId>dubbo-serialization-kryo</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The common module of dubbo project</description>
<description>The kryo serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down

0 comments on commit 156ac39

Please sign in to comment.