[MINOR] Remove incubator in vcs.xml
### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes #2528 from cxzl25/minor_incubator_vcs. Authored-by: sychen <sychen@ctrip.com> Signed-off-by: SteNicholas <programgeek@163.com>
This commit is contained in:
parent
40ce49cbd5
commit
4a35521034
@ -21,7 +21,7 @@
|
||||
<list>
|
||||
<IssueNavigationLink>
|
||||
<option name="issueRegexp" value="ISSUE-(\d+)"/>
|
||||
<option name="linkRegexp" value="https://github.com/apache/incubator-celeborn/issues/$1"/>
|
||||
<option name="linkRegexp" value="https://github.com/apache/celeborn/issues/$1"/>
|
||||
</IssueNavigationLink>
|
||||
<IssueNavigationLink>
|
||||
<option name="issueRegexp" value="CELEBORN\-\d+"/>
|
||||
@ -29,7 +29,7 @@
|
||||
</IssueNavigationLink>
|
||||
<IssueNavigationLink>
|
||||
<option name="issueRegexp" value="#(\d+)"/>
|
||||
<option name="linkRegexp" value="https://github.com/apache/incubator-celeborn/pull/$1"/>
|
||||
<option name="linkRegexp" value="https://github.com/apache/celeborn/pull/$1"/>
|
||||
</IssueNavigationLink>
|
||||
</list>
|
||||
</option>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user