Commit 849f11eb by zhanghou

Merge remote-tracking branch 'origin/psbc' into psbc

parents 3b51a6e4 4677b4ad
......@@ -9,6 +9,11 @@
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/repositories/central/" />
</remote-repository>
<remote-repository>
......
......@@ -732,6 +732,11 @@ public abstract class AbstractMT extends AbstractMessage implements JsonSerializ
}
return this;
}
public AbstractMT set(String tag,String value) {
return append(new Tag(tag,value));
}
/**
* Add all the fields to the end of the block4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment