diff --git a/.travis.yml b/.travis.yml
index b13cb55..2255c23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
diff --git a/pom.xml b/pom.xml
index 9b466e6..bdbc1b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.alipay.sofa
sofa-rpc-boot-projects
- 6.0.4-SNAPSHOT
+ 6.0.4
pom
${project.groupId}:${project.artifactId}
@@ -137,6 +137,7 @@
${project.build.sourceEncoding}
+
org.apache.maven.plugins
maven-source-plugin
diff --git a/sofa-boot-core/pom.xml b/sofa-boot-core/pom.xml
index ece0e00..4e80631 100644
--- a/sofa-boot-core/pom.xml
+++ b/sofa-boot-core/pom.xml
@@ -10,7 +10,7 @@
4.0.0
rpc-sofa-boot-core
- 6.0.4-SNAPSHOT
+ 6.0.4
https://github.com/sofastack/sofa-rpc
diff --git a/sofa-boot-plugin/pom.xml b/sofa-boot-plugin/pom.xml
index 7e8e0ea..51c845a 100644
--- a/sofa-boot-plugin/pom.xml
+++ b/sofa-boot-plugin/pom.xml
@@ -10,7 +10,7 @@
4.0.0
rpc-sofa-boot-plugin
- 6.0.4-SNAPSHOT
+ 6.0.4
rpc-sofa-boot-plugin
diff --git a/sofa-boot-samples/pom.xml b/sofa-boot-samples/pom.xml
index 724e038..bf57e55 100644
--- a/sofa-boot-samples/pom.xml
+++ b/sofa-boot-samples/pom.xml
@@ -7,14 +7,14 @@
com.alipay.sofa
sofa-rpc-boot-projects
- 6.0.4-SNAPSHOT
+ 6.0.4
2.4.10
3.0.14
3.1.4
- 6.0.4-SNAPSHOT
+ 6.0.4
2.9.1
4.12
1.4.2.RELEASE
diff --git a/sofa-boot-starter/pom.xml b/sofa-boot-starter/pom.xml
index 7257543..2301fed 100644
--- a/sofa-boot-starter/pom.xml
+++ b/sofa-boot-starter/pom.xml
@@ -10,7 +10,7 @@
4.0.0
rpc-sofa-boot-starter
- 6.0.4-SNAPSHOT
+ 6.0.4
https://github.com/sofastack/sofa-rpc
@@ -18,7 +18,7 @@
1.8
UTF-8
false
- 6.0.4-SNAPSHOT
+ 6.0.4
3.3
3.0.1
3.0
diff --git a/tools/change_version.sh b/tools/change_version.sh
index 9aa91fa..e671dca 100644
--- a/tools/change_version.sh
+++ b/tools/change_version.sh
@@ -21,7 +21,6 @@ echo "Change version in root pom.xml ===>"
sed "/[^\$].*<\/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>/$1<\/rpc.all.version>/" $shellDir/../sofa-boot-core/pom.xml
echo "Change version in sofa-boot-core ===>"
sed "/\/parent/,/[^\$].*<\/version>/$1<\/version>/" $shellDir/../sofa-boot-core/pom.xml
@@ -40,5 +39,3 @@ sed "s/.*<\/rpc.starter.version>/$1<\/
echo "Change rpc version in sofa-boot-plugin ===>"
sed "s/.*<\/rpc.starter.version>/$1<\/rpc.starter.version>/" $shellDir/../sofa-boot-plugin/pom.xml
sed "/\/parent/,/[^\$].*<\/version>/$1<\/version>/" $shellDir/../sofa-boot-plugin/pom.xml
-sed "s/.*<\/rpc.all.version>/$1<\/rpc.all.version>/" $shellDir/../sofa-boot-plugin/pom.xml
-