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

Commit 8b4f462

Browse files
authored
Prepare release 604. (#202)
* change change version * change version 6.0.4 * trigger flow * fix travis ci
1 parent 94be24d commit 8b4f462

File tree

7 files changed

+14
-10
lines changed

7 files changed

+14
-10
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
#.travis.yml
22
language: java
33

4+
dist: trusty
5+
46
jdk:
57
- oraclejdk8
68

9+
cache:
10+
directories:
11+
- $HOME/.m2
12+
713
before_install:
814
- echo "Install Zookeeper 3.4.11"
915
&& wget http://archive.apache.org/dist/zookeeper/zookeeper-3.4.11/zookeeper-3.4.11.tar.gz

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.alipay.sofa</groupId>
88
<artifactId>sofa-rpc-boot-projects</artifactId>
9-
<version>6.0.4-SNAPSHOT</version>
9+
<version>6.0.4</version>
1010
<packaging>pom</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
@@ -137,6 +137,7 @@
137137
<encoding>${project.build.sourceEncoding}</encoding>
138138
</configuration>
139139
</plugin>
140+
140141
<plugin>
141142
<groupId>org.apache.maven.plugins</groupId>
142143
<artifactId>maven-source-plugin</artifactId>

sofa-boot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>rpc-sofa-boot-core</artifactId>
13-
<version>6.0.4-SNAPSHOT</version>
13+
<version>6.0.4</version>
1414

1515
<url>https://github.com/sofastack/sofa-rpc</url>
1616

sofa-boot-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>rpc-sofa-boot-plugin</artifactId>
13-
<version>6.0.4-SNAPSHOT</version>
13+
<version>6.0.4</version>
1414

1515
<properties>
1616
<ark.plugin.name>rpc-sofa-boot-plugin</ark.plugin.name>

sofa-boot-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<parent>
88
<groupId>com.alipay.sofa</groupId>
99
<artifactId>sofa-rpc-boot-projects</artifactId>
10-
<version>6.0.4-SNAPSHOT</version>
10+
<version>6.0.4</version>
1111
</parent>
1212

1313
<properties>
1414
<dubbo_version>2.4.10</dubbo_version>
1515
<cxf.version>3.0.14</cxf.version>
1616
<sofaboot.version>3.1.4</sofaboot.version>
17-
<rpc.starter.version>6.0.4-SNAPSHOT</rpc.starter.version>
17+
<rpc.starter.version>6.0.4</rpc.starter.version>
1818
<curator-test.version>2.9.1</curator-test.version>
1919
<junit.version>4.12</junit.version>
2020
<spring-boot-starter-test.version>1.4.2.RELEASE</spring-boot-starter-test.version>

sofa-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>rpc-sofa-boot-starter</artifactId>
13-
<version>6.0.4-SNAPSHOT</version>
13+
<version>6.0.4</version>
1414

1515
<url>https://github.com/sofastack/sofa-rpc</url>
1616

1717
<properties>
1818
<java.version>1.8</java.version>
1919
<project.build.encoding>UTF-8</project.build.encoding>
2020
<skipTests>false</skipTests>
21-
<rpc.starter.version>6.0.4-SNAPSHOT</rpc.starter.version>
21+
<rpc.starter.version>6.0.4</rpc.starter.version>
2222
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
2323
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
2424
<license-maven-plugin.version>3.0</license-maven-plugin.version>

tools/change_version.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ echo "Change version in root pom.xml ===>"
2121
sed "/<project /,/<name/ s/<version>[^\$].*<\/version>/<version>$1<\/version>/" $shellDir/../pom.xml
2222

2323
echo "Change rpc version in sofa-boot-core(if not same, please modify it) ===>"
24-
sed "s/<rpc.all.version>.*<\/rpc.all.version>/<rpc.all.version>$1<\/rpc.all.version>/" $shellDir/../sofa-boot-core/pom.xml
2524

2625
echo "Change version in sofa-boot-core ===>"
2726
sed "/\/parent/,/<properties/ s/<version>[^\$].*<\/version>/<version>$1<\/version>/" $shellDir/../sofa-boot-core/pom.xml
@@ -40,5 +39,3 @@ sed "s/<rpc.starter.version>.*<\/rpc.starter.version>/<rpc.starter.version>$1<\/
4039
echo "Change rpc version in sofa-boot-plugin ===>"
4140
sed "s/<rpc.starter.version>.*<\/rpc.starter.version>/<rpc.starter.version>$1<\/rpc.starter.version>/" $shellDir/../sofa-boot-plugin/pom.xml
4241
sed "/\/parent/,/<properties/ s/<version>[^\$].*<\/version>/<version>$1<\/version>/" $shellDir/../sofa-boot-plugin/pom.xml
43-
sed "s/<rpc.all.version>.*<\/rpc.all.version>/<rpc.all.version>$1<\/rpc.all.version>/" $shellDir/../sofa-boot-plugin/pom.xml
44-

0 commit comments

Comments
 (0)