Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Mar 25, 2014
1 parent 9f16ccb commit 8831834
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion antlr-complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<url>http://antlr.org/</url>
Expand Down
2 changes: 1 addition & 1 deletion antlr3-maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion antlr3-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<name>ANTLR 3 Maven plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion gunit-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<url>http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<packaging>pom</packaging>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<name>ANTLR 3 Master build control POM</name>
<description>Master build POM for ANTLR 3</description>
<url>http://antlr.org</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<url>https://github.com/antlr/antlr3/tree/master</url>
<connection>scm:git:git://github.com/antlr/antlr3.git</connection>
<developerConnection>scm:git:git@github.com:antlr/antlr3.git</developerConnection>
<tag>HEAD</tag>
<tag>3.5.2</tag>
</scm>
<!--
Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 8831834

Please sign in to comment.