Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.5.3-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jun 8, 2016
1 parent f114a78 commit 09f3894
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion antlr4-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>
</parent>

<artifactId>antlr4-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion antlr4-testgen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>
</parent>

<artifactId>antlr4-testgen-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>
<packaging>pom</packaging>

<name>ANTLR 4</name>
Expand Down Expand Up @@ -99,7 +99,7 @@
<url>https://github.com/antlr/antlr4/tree/master</url>
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
<tag>HEAD</tag>
<tag>4.5.3-opt</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion runtime-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>
</parent>

<artifactId>runtime-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion runtime/JavaAnnotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>
</parent>

<artifactId>antlr4</artifactId>
Expand Down

0 comments on commit 09f3894

Please sign in to comment.