Skip to content

Commit

Permalink
upgrade version manually after merge 2.6.2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jun 6, 2018
1 parent d6faa92 commit e4ab908
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion dubbo-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>dubbo-parent</artifactId>
<groupId>com.alibaba</groupId>
<version>2.6.2-SNAPSHOT</version>
<version>2.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
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 @@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>2.6.3-SNAPSHOT</version>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
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 @@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>2.6.3-SNAPSHOT</version>
<version>3.2.3</version>
</dependency>
</dependencies>
</project>
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 @@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>2.6.3-SNAPSHOT</version>
<version>3.2.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion dubbo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>hessian-lite</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hessian-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
</parent>
<artifactId>hessian-lite</artifactId>
<packaging>jar</packaging>
<version>2.6.3-SNAPSHOT</version>
<version>3.2.3</version>
<name>Hessian Lite(Alibaba embed version)</name>
</project>

0 comments on commit e4ab908

Please sign in to comment.