[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
943aaa5d24
commit
5be18445cd
|
@ -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.1</version>
|
<version>4.2.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>antlr4-maven-plugin</artifactId>
|
<artifactId>antlr4-maven-plugin</artifactId>
|
||||||
|
|
|
@ -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.1"/>
|
<property name="version" value="4.2.2-dev"/>
|
||||||
<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" />
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -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.1</version>
|
<version>4.2.2-SNAPSHOT</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>4.2.1</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
@ -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.1</version>
|
<version>4.2.2-SNAPSHOT</version>
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.1</version>
|
<version>4.2.2-SNAPSHOT</version>
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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.1</version>
|
<version>4.2.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>antlr4</artifactId>
|
<artifactId>antlr4</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue