Skip to content

Commit

Permalink
Merge pull request #52 from tunnelvisionlabs/release/4.7.3-opt
Browse files Browse the repository at this point in the history
Release/4.7.3 opt
  • Loading branch information
sharwell committed Feb 11, 2019
2 parents 36cd161 + ad7d00b commit be01739
Show file tree
Hide file tree
Showing 8 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 @@ -13,7 +13,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</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 @@ -9,7 +9,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</version>
</parent>

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

<artifactId>antlr4-perf-testsuite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ANTLR 4</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</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 @@ -10,7 +10,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</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.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</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 @@ -10,7 +10,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.4-SNAPSHOT</version>
</parent>

<artifactId>antlr4</artifactId>
Expand Down

0 comments on commit be01739

Please sign in to comment.