Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Mar 25, 2014
1 parent 1b8d57a commit f6d8a52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.8-SNAPSHOT</version>
<version>4.0.8</version>

<!--
The name of the project as seen by IDEs and release documentation etc.
Expand Down Expand Up @@ -113,7 +113,8 @@ There are currently about 600 StringTemplate source downloads a month.
<url>git://github.com/antlr/stringtemplate4.git</url>
<connection>scm:git:git://github.com/antlr/stringtemplate4.git</connection>
<developerConnection>scm:git:git@github.com:antlr/stringtemplate4.git</developerConnection>
</scm>
<tag>4.0.8</tag>
</scm>

<dependencies>
<dependency>
Expand All @@ -126,7 +127,7 @@ There are currently about 600 StringTemplate source downloads a month.
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5</version>
<version>3.5.2</version>
<scope>compile</scope>
</dependency>

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

0 comments on commit f6d8a52

Please sign in to comment.