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 548 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhiyuan authored and JervyShi committed Dec 14, 2018
1 parent b9676c3 commit 60c2d6b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.7</version>
<version>5.4.8</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
6 changes: 3 additions & 3 deletions sofa-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>rpc-sofa-boot-core</artifactId>
<version>5.4.7</version>
<version>5.4.8</version>

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

Expand All @@ -23,7 +23,7 @@
<dubbo_version>2.4.10</dubbo_version>
<cxf.version>3.0.14</cxf.version>
<skipTests>false</skipTests>
<rpc.all.version>5.4.7</rpc.all.version>
<rpc.all.version>5.4.8</rpc.all.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -220,7 +220,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${user.dir}/..</directory>
<directory>${user.dir}/</directory>
<includes>
<include>LICENSE</include>
</includes>
Expand Down
4 changes: 2 additions & 2 deletions sofa-boot-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>rpc-sofa-boot-plugin</artifactId>
<version>5.4.7</version>
<version>5.4.8</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.4.8</rpc.all.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 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>5.4.7</version>
<version>5.4.8</version>
</parent>

<properties>
<dubbo_version>2.4.10</dubbo_version>
<cxf.version>3.0.14</cxf.version>
<sofaboot.version>2.5.1</sofaboot.version>
<rpc.starter.version>5.4.7</rpc.starter.version>
<rpc.starter.version>5.4.8</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 @@ -10,15 +10,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>rpc-sofa-boot-starter</artifactId>
<version>5.4.7</version>
<version>5.4.8</version>

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

<properties>
<java.version>1.6</java.version>
<project.build.encoding>UTF-8</project.build.encoding>
<skipTests>false</skipTests>
<rpc.starter.version>5.4.7</rpc.starter.version>
<rpc.starter.version>5.4.8</rpc.starter.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -63,7 +63,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${user.dir}/..</directory>
<directory>${user.dir}/</directory>
<includes>
<include>LICENSE</include>
</includes>
Expand Down

0 comments on commit 60c2d6b

Please sign in to comment.