Skip to content

Commit

Permalink
Prepare to release v5.3.1. (sofastack#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjboy authored Apr 18, 2018
1 parent 0018098 commit 75d1784
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion extension-impl/bootstrap-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>5.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>sofa-rpc-bootstrap-rest</artifactId>

Expand Down
3 changes: 2 additions & 1 deletion extension-impl/registry-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>sofa-rpc-registry-local</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 @@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>sofa-rpc-extension-impl</artifactId>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-rpc-extension-impl</artifactId>
<version>5.3.1</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
*/
package com.alipay.sofa.rpc.test.async;

import com.alipay.sofa.rpc.message.bolt.BoltSendableResponseCallback;
import com.alipay.sofa.rpc.context.RpcInvokeContext;
import com.alipay.sofa.rpc.core.request.RequestBase;
import com.alipay.sofa.rpc.log.Logger;
import com.alipay.sofa.rpc.log.LoggerFactory;
import com.alipay.sofa.rpc.message.bolt.BoltSendableResponseCallback;
import com.alipay.sofa.rpc.test.HelloService;

/**
Expand Down

0 comments on commit 75d1784

Please sign in to comment.