[maven-release-plugin] prepare release 4.2.2

This commit is contained in:
Sam Harwell 2014-04-06 20:24:58 -05:00
parent 9c6023b385
commit 736a5f5905
6 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.2.2-SNAPSHOT</version> <version>4.2.2</version>
</parent> </parent>
<artifactId>antlr4-maven-plugin</artifactId> <artifactId>antlr4-maven-plugin</artifactId>

View File

@ -32,7 +32,7 @@
</target> </target>
<target name="build-init" depends="basic-init"> <target name="build-init" depends="basic-init">
<property name="version" value="4.2.2-dev"/> <property name="version" value="4.2.2"/>
<property name="build.sysclasspath" value="ignore"/> <property name="build.sysclasspath" value="ignore"/>
<property name="install.root.dir" value="${dist.dir}/antlr-${version}" /> <property name="install.root.dir" value="${dist.dir}/antlr-${version}" />
<property name="jar.file" value="${dist.dir}/antlr-${version}-complete.jar" /> <property name="jar.file" value="${dist.dir}/antlr-${version}-complete.jar" />

View File

@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.2.2-SNAPSHOT</version> <version>4.2.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>ANTLR 4</name> <name>ANTLR 4</name>
@ -93,7 +93,7 @@
<url>https://github.com/antlr/antlr4/tree/master</url> <url>https://github.com/antlr/antlr4/tree/master</url>
<connection>scm:git:git://github.com/antlr/antlr4.git</connection> <connection>scm:git:git://github.com/antlr/antlr4.git</connection>
<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection> <developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
<tag>HEAD</tag> <tag>4.2.2</tag>
</scm> </scm>
<profiles> <profiles>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.2.2-SNAPSHOT</version> <version>4.2.2</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.2.2-SNAPSHOT</version> <version>4.2.2</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId> <artifactId>antlr4-master</artifactId>
<version>4.2.2-SNAPSHOT</version> <version>4.2.2</version>
</parent> </parent>
<artifactId>antlr4</artifactId> <artifactId>antlr4</artifactId>