Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Prepare to release 601 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan authored and ujjboy committed Mar 8, 2019
1 parent 682e0ca commit 0b21cef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-boot-projects</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions sofa-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>rpc-sofa-boot-core</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>

<url>https://github.com/alipay/sofa-rpc</url>

Expand Down
6 changes: 3 additions & 3 deletions sofa-boot-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>rpc-sofa-boot-plugin</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>

<properties>
<ark.plugin.name>rpc-sofa-boot-plugin</ark.plugin.name>
<rpc.all.version>5.4.7</rpc.all.version>
<rpc.all.version>5.5.1</rpc.all.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions sofa-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-boot-projects</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>

<properties>
<dubbo_version>2.4.10</dubbo_version>
<cxf.version>3.0.14</cxf.version>
<sofaboot.version>3.0.0</sofaboot.version>
<rpc.starter.version>6.0.1-SNAPSHOT</rpc.starter.version>
<sofaboot.version>3.1.2</sofaboot.version>
<rpc.starter.version>6.0.1</rpc.starter.version>
</properties>

<artifactId>rpc-sofa-boot-samples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>rpc-sofa-boot-starter</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>

<url>https://github.com/alipay/sofa-rpc</url>

<properties>
<java.version>1.8</java.version>
<project.build.encoding>UTF-8</project.build.encoding>
<skipTests>false</skipTests>
<rpc.starter.version>6.0.1-SNAPSHOT</rpc.starter.version>
<rpc.starter.version>6.0.1</rpc.starter.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 0b21cef

Please sign in to comment.