Skip to content

Commit

Permalink
What type of PR is this?
Browse files Browse the repository at this point in the history
 release jar
  • Loading branch information
yuzhi.lyz committed Dec 22, 2020
1 parent 46f6873 commit 29d3fa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .master.aci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ STC扫描:
- mvn -version
- sed -i '/<mirrors>/,/<\/mirrors>/d' /opt/taobao/maven_settings/settings-release.xml
- sed -i '/<profiles>/,/<\/profiles>/d' /opt/taobao/maven_settings/settings-release.xml
- echo '#############relase'
- cat /opt/taobao/maven_settings/settings-release.xml
- mvn clean deploy -Dmaven.test.skip=true -s /opt/taobao/maven_settings/settings-release.xml -Pdev -Pantcode-release
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* The type Subscriber process event.
* @auThor zhuoyu.sjw
* @author zhuoyu.sjw
* @version $Id : SubscriberProcessEvent.java, v 0.1 2018-07-13 18:40 zhuoyu.sjw Exp $$
*/
public class SubscriberProcessEvent implements Event {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public abstract class ServerSideExchanger implements NodeExchanger {
private static final Logger LOGGER = LoggerFactory.getLogger(ServerSideExchanger.class);

@Autowired
protected Exchange boltExchange;
protected Exchange boltExchange;

@Override
public Response request(Request request) throws RequestException {
Expand Down

0 comments on commit 29d3fa7

Please sign in to comment.