Merge pull request #2400 from nxtstep/fix/st4-dependency

Fix ST4 Snapshot dependency
This commit is contained in:
Terence Parr 2018-11-15 09:29:42 -08:00 committed by GitHub
commit f261c36bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -206,3 +206,4 @@ YYYY/MM/DD, github id, Full name, email
2018/08/03, ENDOH takanao, djmchl@gmail.com
2018/10/29, chrisaycock, Christopher Aycock, chris[at]chrisaycock[dot]com
2018/11/12, vinoski, Steve Vinoski, vinoski@ieee.org
2018/11/14, nxtstep, Adriaan (Arjan) Duz, codewithadriaan[et]gmail[dot]com

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<scope>test</scope>
</dependency>
<dependency>