Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Apr 10, 2022
1 parent f4a1980 commit 0519032
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
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>

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

<build>
Expand Down
4 changes: 2 additions & 2 deletions antlr3-maven-plugin/pom.xml
Expand Up @@ -38,7 +38,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<artifactId>antlr3-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -154,7 +154,7 @@ Jim Idle - March 2009
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</dependency>
<!-- Testing requirements... -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gunit-maven-plugin/pom.xml
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<artifactId>maven-gunit-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gunit/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>

<url>http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<packaging>pom</packaging>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
<name>ANTLR 3 Master build control POM</name>
<description>Master build POM for ANTLR 3</description>
<url>http://antlr.org</url>
Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr-master</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 0519032

Please sign in to comment.