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

Commit

Permalink
Update starter to 5.4.2. (#63)
Browse files Browse the repository at this point in the history
update sofaboot to 2.4.1
  • Loading branch information
leizhiyuan authored and JervyShi committed Jun 29, 2018
1 parent f7fd1b5 commit 6f34686
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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>5.4.2-SNAPSHOT</version>
<version>5.4.2</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>2.4.0</version>
<version>2.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

<properties>
Expand All @@ -21,17 +21,17 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>rpc-sofa-boot-starter</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.4.2</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>test-sofa-boot-starter</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>healthcheck-sofa-boot-starter</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
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,12 +5,12 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>rpc-sofa-boot-core</artifactId>
<version>5.4.2-SNAPSHOT</version>
<version>5.4.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6f34686

Please sign in to comment.