This repository was archived by the owner on May 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +14
-10
lines changed Expand file tree Collapse file tree 7 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11# .travis.yml
22language : java
33
4+ dist : trusty
5+
46jdk :
57 - oraclejdk8
68
9+ cache :
10+ directories :
11+ - $HOME/.m2
12+
713before_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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ echo "Change version in root pom.xml ===>"
2121sed " /<project /,/<name/ s/<version>[^\$ ].*<\/version>/<version>$1 <\/version>/" $shellDir /../pom.xml
2222
2323echo " 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
2625echo " Change version in sofa-boot-core ===>"
2726sed " /\/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<\/
4039echo " Change rpc version in sofa-boot-plugin ===>"
4140sed " s/<rpc.starter.version>.*<\/rpc.starter.version>/<rpc.starter.version>$1 <\/rpc.starter.version>/" $shellDir /../sofa-boot-plugin/pom.xml
4241sed " /\/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-
You can’t perform that action at this time.
0 commit comments