Skip to content

Commit

Permalink
Prepare release 550 (sofastack#463)
Browse files Browse the repository at this point in the history
* update version to 5.5.0

* update hessian to 3.3.4

* update version to 5.5.0

* change mesh version
  • Loading branch information
leizhiyuan authored and JervyShi committed Dec 29, 2018
1 parent 0169fbc commit 3415256
Show file tree
Hide file tree
Showing 44 changed files with 47 additions and 47 deletions.
4 changes: 2 additions & 2 deletions all/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-all</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<url>http://github.com/alipay/sofa-rpc</url>
Expand Down Expand Up @@ -59,7 +59,7 @@
<sofa.common.tools.version>1.0.12</sofa.common.tools.version>
<javassist.version>3.20.0-GA</javassist.version>
<netty.version>4.1.25.Final</netty.version>
<hessian.version>3.3.3</hessian.version>
<hessian.version>3.3.4</hessian.version>
<resteasy.version>3.0.12.Final</resteasy.version>
<bolt.version>1.4.6</bolt.version>
<tracer.version>2.1.2</tracer.version>
Expand Down
4 changes: 2 additions & 2 deletions bom/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-bom</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -22,7 +22,7 @@
<dubbo.version>2.4.10</dubbo.version>
<nacos.version>0.6.0</nacos.version>
<!-- serialization -->
<hessian.version>3.3.3</hessian.version>
<hessian.version>3.3.4</hessian.version>
<thrift.version>0.9.2</thrift.version>
<protobuf.version>3.1.0</protobuf.version>
<jackson.version>2.8.11.2</jackson.version>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-filter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-core-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-impl/transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sofa-rpc-core-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-transport</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ public final class Version {
/**
* 当前Build版本,每次发布修改
*/
public static final String BUILD_VERSION = "5.5.0_20180807203507";
public static final String BUILD_VERSION = "5.5.0_20181229155045";
}
2 changes: 1 addition & 1 deletion core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-core</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-exception</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/api-compatible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-api-compatible</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/bootstrap-bolt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-bootstrap-bolt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/bootstrap-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-bootstrap-dubbo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/bootstrap-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-bootstrap-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/bootstrap-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-bootstrap-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/codec-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-codec-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/codec-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-codec-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/codec-sofa-hessian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-codec-sofa-hessian</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/extension-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-extension-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions extension-impl/fault-hystrix/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-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -87,4 +87,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion extension-impl/fault-tolerance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-fault-tolerance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/log-common-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-log-common-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/metrics-lookout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-extension-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/registry-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-registry-consul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/registry-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-registry-local</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/registry-mesh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-registry-mesh</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/registry-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extension-impl/registry-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-registry-zk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/remoting-bolt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-remoting-bolt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/remoting-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-remoting-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/remoting-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-remoting-resteasy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/tracer-opentracing-resteasy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-tracer-opentracing-resteasy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-impl/tracer-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-tracer-opentracing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
<packaging>pom</packaging>
<name>[SOFA] - RPC Framework</name>
<url>http://www.antfin.com</url>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.5.0</version>
</parent>

<artifactId>sofa-rpc-test</artifactId>
Expand Down
Loading

0 comments on commit 3415256

Please sign in to comment.