trying to get 4.8-1 to fix release

This commit is contained in:
parrt 2020-01-18 10:07:26 -08:00
parent 6c4b491d1b
commit a872114f61
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.8-1-SNAPSHOT</version>
<version>4.8-SNAPSHOT</version>
</parent>
<artifactId>antlr4-runtime-testsuite</artifactId>
<name>ANTLR 4 Runtime Tests (2nd generation)</name>
@ -26,7 +26,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.1</version>
<version>4.3</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.8-1-SNAPSHOT</version>
<version>4.8-SNAPSHOT</version>
</parent>
<artifactId>antlr4-tool-testsuite</artifactId>
<name>ANTLR 4 Tool Tests</name>
@ -26,7 +26,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.1</version>
<version>4.3</version>
<scope>test</scope>
</dependency>
<dependency>