Skip to content

Commit 4f2c51c

Browse files
committed
Updated version numbers for ST 4.0.7 and ANTLR 3.5 final release
1 parent 31c1a38 commit 4f2c51c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
SNAPSHOT replaced with the the data, time and unique number.
2222
-->
2323

24-
<version>4.0.7-SNAPSHOT</version>
24+
<version>4.0.7</version>
2525

2626
<!--
2727
The name of the project as seen by IDEs and release documentation etc.
@@ -126,7 +126,7 @@ There are currently about 600 StringTemplate source downloads a month.
126126
<dependency>
127127
<groupId>org.antlr</groupId>
128128
<artifactId>antlr-runtime</artifactId>
129-
<version>3.5-SNAPSHOT</version>
129+
<version>3.5</version>
130130
<scope>compile</scope>
131131
</dependency>
132132

@@ -202,7 +202,7 @@ There are currently about 600 StringTemplate source downloads a month.
202202
<plugin>
203203
<groupId>org.antlr</groupId>
204204
<artifactId>antlr3-maven-plugin</artifactId>
205-
<version>3.5-rc-2</version>
205+
<version>3.5</version>
206206
<configuration>
207207
<libDirectory>src/org/stringtemplate/v4/compiler</libDirectory>
208208
<sourceDirectory>src</sourceDirectory>

0 commit comments

Comments
 (0)