Skip to content

Commit 5e5b6d3

Browse files
committed
[maven-release-plugin] prepare release 4.9.2
1 parent cb4e59d commit 5e5b6d3

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

antlr4-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.antlr</groupId>
1010
<artifactId>antlr4-master</artifactId>
11-
<version>4.9.2-SNAPSHOT</version>
11+
<version>4.9.2</version>
1212
</parent>
1313
<artifactId>antlr4-maven-plugin</artifactId>
1414
<packaging>maven-plugin</packaging>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>org.antlr</groupId>
1515
<artifactId>antlr4-master</artifactId>
16-
<version>4.9.2-SNAPSHOT</version>
16+
<version>4.9.2</version>
1717
<packaging>pom</packaging>
1818

1919
<name>ANTLR 4</name>

runtime-testsuite/annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.antlr</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.9.2-SNAPSHOT</version>
12+
<version>4.9.2</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515
<artifactId>antlr4-runtime-test-annotations</artifactId>

runtime-testsuite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.antlr</groupId>
1212
<artifactId>antlr4-master</artifactId>
13-
<version>4.9.2-SNAPSHOT</version>
13+
<version>4.9.2</version>
1414
</parent>
1515
<artifactId>antlr4-runtime-testsuite</artifactId>
1616
<name>ANTLR 4 Runtime Tests (2nd generation)</name>

runtime-testsuite/processors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.antlr</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.9.2-SNAPSHOT</version>
12+
<version>4.9.2</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515
<artifactId>antlr4-runtime-test-annotation-processors</artifactId>

runtime/Java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.antlr</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.9.2-SNAPSHOT</version>
12+
<version>4.9.2</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515
<artifactId>antlr4-runtime</artifactId>

tool-testsuite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.antlr</groupId>
1212
<artifactId>antlr4-master</artifactId>
13-
<version>4.9.2-SNAPSHOT</version>
13+
<version>4.9.2</version>
1414
</parent>
1515
<artifactId>antlr4-tool-testsuite</artifactId>
1616
<name>ANTLR 4 Tool Tests</name>

tool/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.antlr</groupId>
1111
<artifactId>antlr4-master</artifactId>
12-
<version>4.9.2-SNAPSHOT</version>
12+
<version>4.9.2</version>
1313
</parent>
1414
<artifactId>antlr4</artifactId>
1515
<name>ANTLR 4 Tool</name>

0 commit comments

Comments
 (0)