Skip to content

Commit 4c8a609

Browse files
committed
[maven-release-plugin] prepare release 4.2.1-opt
1 parent 834f3b5 commit 4c8a609

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

antlr4-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<parent>
4141
<groupId>com.tunnelvisionlabs</groupId>
4242
<artifactId>antlr4-master</artifactId>
43-
<version>4.2.1-SNAPSHOT</version>
43+
<version>4.2.1</version>
4444
</parent>
4545

4646
<artifactId>antlr4-maven-plugin</artifactId>

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</target>
3333

3434
<target name="build-init" depends="basic-init">
35-
<property name="version" value="4.2.1-opt-dev"/>
35+
<property name="version" value="4.2.1-opt"/>
3636
<property name="build.sysclasspath" value="ignore"/>
3737
<property name="install.root.dir" value="${dist.dir}/antlr-${version}" />
3838
<property name="jar.file" value="${dist.dir}/antlr-${version}-complete.jar" />

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.tunnelvisionlabs</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.2.1-SNAPSHOT</version>
12+
<version>4.2.1</version>
1313
<packaging>pom</packaging>
1414

1515
<name>ANTLR 4</name>
@@ -93,7 +93,7 @@
9393
<url>https://github.com/antlr/antlr4/tree/master</url>
9494
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
9595
<developerConnection>scm:git:[email protected]:antlr/antlr4.git</developerConnection>
96-
<tag>HEAD</tag>
96+
<tag>4.2.1-opt</tag>
9797
</scm>
9898

9999
<profiles>

runtime/Java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tunnelvisionlabs</groupId>
77
<artifactId>antlr4-master</artifactId>
8-
<version>4.2.1-SNAPSHOT</version>
8+
<version>4.2.1</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

runtime/JavaAnnotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tunnelvisionlabs</groupId>
77
<artifactId>antlr4-master</artifactId>
8-
<version>4.2.1-SNAPSHOT</version>
8+
<version>4.2.1</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111

tool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tunnelvisionlabs</groupId>
77
<artifactId>antlr4-master</artifactId>
8-
<version>4.2.1-SNAPSHOT</version>
8+
<version>4.2.1</version>
99
</parent>
1010

1111
<artifactId>antlr4</artifactId>

0 commit comments

Comments
 (0)