Skip to content

Commit b472dd1

Browse files
committed
use latest antlr.
1 parent dea26ef commit b472dd1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

java/codebuff.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</content>
1515
<orderEntry type="inheritedJdk" />
1616
<orderEntry type="sourceFolder" forTests="false" />
17-
<orderEntry type="library" name="Maven: org.antlr:antlr4-runtime:4.5.3-SNAPSHOT" level="project" />
17+
<orderEntry type="library" name="Maven: org.antlr:antlr4-runtime:4.5.3" level="project" />
1818
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
1919
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
2020
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.4" level="project" />

java/codebuff.ipr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,15 +225,15 @@
225225
<root url="file://$PROJECT_DIR$/../../antlr4/runtime/Java/src" />
226226
</SOURCES>
227227
</library>
228-
<library name="Maven: org.antlr:antlr4-runtime:4.5.3-SNAPSHOT">
228+
<library name="Maven: org.antlr:antlr4-runtime:4.5.3">
229229
<CLASSES>
230-
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.5.3-SNAPSHOT/antlr4-runtime-4.5.3-SNAPSHOT.jar!/" />
230+
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar!/" />
231231
</CLASSES>
232232
<JAVADOC>
233-
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.5.3-SNAPSHOT/antlr4-runtime-4.5.3-SNAPSHOT-javadoc.jar!/" />
233+
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3-javadoc.jar!/" />
234234
</JAVADOC>
235235
<SOURCES>
236-
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.5.3-SNAPSHOT/antlr4-runtime-4.5.3-SNAPSHOT-sources.jar!/" />
236+
<root url="jar://$MAVEN_REPOSITORY$/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3-sources.jar!/" />
237237
</SOURCES>
238238
</library>
239239
<library name="Maven: org.apache.commons:commons-lang3:3.4">

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.antlr</groupId>
3636
<artifactId>antlr4-runtime</artifactId>
37-
<version>4.5.3-SNAPSHOT</version>
37+
<version>4.5.3</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>junit</groupId>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.antlr</groupId>
5757
<artifactId>antlr4-maven-plugin</artifactId>
58-
<version>4.5.3-SNAPSHOT</version>
58+
<version>4.5.3</version>
5959
<executions>
6060
<execution>
6161
<configuration>

0 commit comments

Comments
 (0)