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

Commit

Permalink
Prepare release 604. (#202)
Browse files Browse the repository at this point in the history
* change change version

* change version 6.0.4

* trigger flow

* fix travis ci
  • Loading branch information
leizhiyuan committed Sep 16, 2019
1 parent 94be24d commit 8b4f462
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#.travis.yml
language: java

dist: trusty

jdk:
- oraclejdk8

cache:
directories:
- $HOME/.m2

before_install:
- echo "Install Zookeeper 3.4.11"
&& wget http://archive.apache.org/dist/zookeeper/zookeeper-3.4.11/zookeeper-3.4.11.tar.gz
Expand Down
3 changes: 2 additions & 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.4-SNAPSHOT</version>
<version>6.0.4</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -137,6 +137,7 @@
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>6.0.4-SNAPSHOT</version>
<version>6.0.4</version>

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

Expand Down
2 changes: 1 addition & 1 deletion sofa-boot-plugin/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-plugin</artifactId>
<version>6.0.4-SNAPSHOT</version>
<version>6.0.4</version>

<properties>
<ark.plugin.name>rpc-sofa-boot-plugin</ark.plugin.name>
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>6.0.4-SNAPSHOT</version>
<version>6.0.4</version>
</parent>

<properties>
<dubbo_version>2.4.10</dubbo_version>
<cxf.version>3.0.14</cxf.version>
<sofaboot.version>3.1.4</sofaboot.version>
<rpc.starter.version>6.0.4-SNAPSHOT</rpc.starter.version>
<rpc.starter.version>6.0.4</rpc.starter.version>
<curator-test.version>2.9.1</curator-test.version>
<junit.version>4.12</junit.version>
<spring-boot-starter-test.version>1.4.2.RELEASE</spring-boot-starter-test.version>
Expand Down
4 changes: 2 additions & 2 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>6.0.4-SNAPSHOT</version>
<version>6.0.4</version>

<url>https://github.com/sofastack/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.4-SNAPSHOT</rpc.starter.version>
<rpc.starter.version>6.0.4</rpc.starter.version>
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<license-maven-plugin.version>3.0</license-maven-plugin.version>
Expand Down
3 changes: 0 additions & 3 deletions tools/change_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ echo "Change version in root pom.xml ===>"
sed "/<project /,/<name/ s/<version>[^\$].*<\/version>/<version>$1<\/version>/" $shellDir/../pom.xml

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

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

0 comments on commit 8b4f462

Please sign in to comment.