mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1837 from eclipse/cd_rc1rc2
support RC1 and RC2 too
This commit is contained in:
commit
01604503c4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import org.junit.Test;
|
|||
* @author dhuebner - Initial contribution and API
|
||||
*/
|
||||
public class XtextVersionTests {
|
||||
private static Pattern VERSION_MATCHER = Pattern.compile("\\d\\.\\d+\\.\\d+(?:(-SNAPSHOT)|(\\.M\\d)|(\\.Beta\\d?))?");
|
||||
private static Pattern VERSION_MATCHER = Pattern.compile("\\d\\.\\d+\\.\\d+(?:(-SNAPSHOT)|(\\.M\\d)|(\\.Beta\\d?)|(\\.RC\\d?))?");
|
||||
|
||||
@Test
|
||||
public void testVersionKinds() {
|
||||
|
|
Loading…
Reference in a new issue