update to 4.3 version

This commit is contained in:
parrt 2020-01-16 12:05:03 -08:00
parent 691acdc23f
commit 441fea52b1
10 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>antlr4-maven-plugin</artifactId> <artifactId>antlr4-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>

View File

@ -13,7 +13,7 @@
</parent> </parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ANTLR 4</name> <name>ANTLR 4</name>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>antlr4-runtime-test-annotations</artifactId> <artifactId>antlr4-runtime-test-annotations</artifactId>

View File

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>antlr4-runtime-testsuite</artifactId> <artifactId>antlr4-runtime-testsuite</artifactId>
<name>ANTLR 4 Runtime Tests (2nd generation)</name> <name>ANTLR 4 Runtime Tests (2nd generation)</name>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>antlr4-runtime-test-annotation-processors</artifactId> <artifactId>antlr4-runtime-test-annotation-processors</artifactId>

View File

@ -19,8 +19,8 @@ public class BasePython3Test extends BasePythonTest {
@Override @Override
protected String getPythonExecutable() { protected String getPythonExecutable() {
return "python3.6"; return "python3.7";
} // force 3.6 } // force 3.7
@Override @Override
protected void writeLexerTestFile(String lexerName, boolean showDFA) { protected void writeLexerTestFile(String lexerName, boolean showDFA) {

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>antlr4-runtime</artifactId> <artifactId>antlr4-runtime</artifactId>

View File

@ -5,7 +5,7 @@ from github import Github
from collections import Counter from collections import Counter
import sys import sys
TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift'] TARGETS = ['csharp', 'cpp', 'go', 'java', 'javascript', 'python2', 'python3', 'swift', 'php']
TOKEN=sys.argv[1] TOKEN=sys.argv[1]
MILESTONE=sys.argv[2] MILESTONE=sys.argv[2]

View File

@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>antlr4-tool-testsuite</artifactId> <artifactId>antlr4-tool-testsuite</artifactId>
<name>ANTLR 4 Tool Tests</name> <name>ANTLR 4 Tool Tests</name>

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version> <version>4.8-SNAPSHOT</version>
</parent> </parent>
<artifactId>antlr4</artifactId> <artifactId>antlr4</artifactId>
<name>ANTLR 4 Tool</name> <name>ANTLR 4 Tool</name>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>ST4</artifactId> <artifactId>ST4</artifactId>
<version>4.1</version> <version>4.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.abego.treelayout</groupId> <groupId>org.abego.treelayout</groupId>