Skip to content

Commit

Permalink
Release 2.4.9 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
straybirdzls authored and caojie09 committed Sep 27, 2018
1 parent b56a867 commit f08e8a7
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 26 deletions.
2 changes: 1 addition & 1 deletion healthcheck-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infra-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion isle-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>./sofaboot-dependencies/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion runtime-sofa-boot-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion runtime-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
11 changes: 3 additions & 8 deletions sofaboot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -38,9 +38,9 @@
<project.build.encoding>UTF-8</project.build.encoding>

<spring.boot.version>1.4.2.RELEASE</spring.boot.version>
<sofa.boot.version>2.4.9-SNAPSHOT</sofa.boot.version>
<sofa.boot.version>2.4.9</sofa.boot.version>
<sofa.ark.version>0.5.2</sofa.ark.version>
<rpc.starter.version>5.4.5</rpc.starter.version>
<rpc.starter.version>5.4.6</rpc.starter.version>
<sofa.tracer.version>2.1.4</sofa.tracer.version>
<sofa.lookout.version>1.4.4</sofa.lookout.version>
<!-- sofa-common-tools for log -->
Expand Down Expand Up @@ -199,11 +199,6 @@
<artifactId>sofa-tracer-springmvc-plugin</artifactId>
<version>${sofa.tracer.version}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-tracer-httpclient-plugin</artifactId>
<version>${sofa.tracer.version}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa.lookout</groupId>
<artifactId>lookout-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-isle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public class JvmServiceConsumer implements ClientFactoryAware {
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
```

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-isle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-isolation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SOFABoot 提供了如健康检查,上下文隔离等基础能力,同时提
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
```

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-boot-runtime</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>2.4.9-SNAPSHOT</version>
<version>2.4.9</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit f08e8a7

Please sign in to comment.