[maven-release-plugin] prepare release 4.3

This commit is contained in:
Sam Harwell 2014-06-18 21:21:46 -05:00
parent 3e6e218f46
commit 201eeb147d
7 changed files with 8 additions and 8 deletions

View File

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

View File

@ -32,7 +32,7 @@
</target>
<target name="build-init" depends="basic-init">
<property name="version" value="4.3-SNAPSHOT"/>
<property name="version" value="4.3"/>
<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" />

View File

@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.3-SNAPSHOT</version>
<version>4.3</version>
<packaging>pom</packaging>
<name>ANTLR 4</name>
@ -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:git@github.com:antlr/antlr4.git</developerConnection>
<tag>HEAD</tag>
<tag>4.3</tag>
</scm>
<profiles>

View File

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

View File

@ -74,7 +74,7 @@ public class RuntimeMetaData {
* libraries to include a literal reference to the version of the ANTLR 4
* runtime library the code was compiled against.</p>
*/
public static final String VERSION = "4.3-SNAPSHOT";
public static final String VERSION = "4.3";
/**
* This class provides detailed information about a mismatch between the

View File

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

View File

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