Skip to content

Commit

Permalink
Updated version numbers for ST 4.0.7 and ANTLR 3.5 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jan 5, 2013
1 parent 31c1a38 commit 4f2c51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SNAPSHOT replaced with the the data, time and unique number.
-->

<version>4.0.7-SNAPSHOT</version>
<version>4.0.7</version>

<!--
The name of the project as seen by IDEs and release documentation etc.
Expand Down Expand Up @@ -126,7 +126,7 @@ There are currently about 600 StringTemplate source downloads a month.
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.5</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -202,7 +202,7 @@ There are currently about 600 StringTemplate source downloads a month.
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.5-rc-2</version>
<version>3.5</version>
<configuration>
<libDirectory>src/org/stringtemplate/v4/compiler</libDirectory>
<sourceDirectory>src</sourceDirectory>
Expand Down

0 comments on commit 4f2c51c

Please sign in to comment.