Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.2.2-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Apr 7, 2014
1 parent f7d6fa4 commit 970f0c2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>antlr4-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</target>

<target name="build-init" depends="basic-init">
<property name="version" value="4.2.2-opt-dev"/>
<property name="version" value="4.2.2-opt"/>
<property name="build.sysclasspath" value="ignore"/>
<property name="install.root.dir" value="${dist.dir}/antlr-${version}" />
<property name="jar.file" value="${dist.dir}/antlr-${version}-complete.jar" />
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.2.2-SNAPSHOT</version>
<version>4.2.2</version>
<packaging>pom</packaging>

<name>ANTLR 4</name>
Expand Down Expand Up @@ -93,7 +93,7 @@
<url>https://github.com/antlr/antlr4/tree/master</url>
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
<developerConnection>scm:git:[email protected]:antlr/antlr4.git</developerConnection>
<tag>HEAD</tag>
<tag>4.2.2-opt</tag>
</scm>

<profiles>
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.2.2-SNAPSHOT</version>
<version>4.2.2</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.2.2-SNAPSHOT</version>
<version>4.2.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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>antlr4</artifactId>
Expand Down

0 comments on commit 970f0c2

Please sign in to comment.