Skip to content

Commit dcca95d

Browse files
committed
[maven-release-plugin] prepare release 4.5.2
1 parent a0204f2 commit dcca95d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

antlr4-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<parent>
3535
<groupId>org.antlr</groupId>
3636
<artifactId>antlr4-master</artifactId>
37-
<version>4.5.2-SNAPSHOT</version>
37+
<version>4.5.2-1</version>
3838
</parent>
3939
<artifactId>antlr4-maven-plugin</artifactId>
4040
<packaging>maven-plugin</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>org.antlr</groupId>
99
<artifactId>antlr4-master</artifactId>
10-
<version>4.5.2-SNAPSHOT</version>
10+
<version>4.5.2-1</version>
1111
<packaging>pom</packaging>
1212

1313
<name>ANTLR 4</name>

runtime-testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.antlr</groupId>
66
<artifactId>antlr4-master</artifactId>
7-
<version>4.5.2-SNAPSHOT</version>
7+
<version>4.5.2-1</version>
88
</parent>
99
<artifactId>antlr4-runtime-testsuite</artifactId>
1010
<name>ANTLR 4 Runtime Test Generator</name>

runtime/Java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.antlr</groupId>
55
<artifactId>antlr4-master</artifactId>
6-
<version>4.5.2-SNAPSHOT</version>
6+
<version>4.5.2-1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<artifactId>antlr4-runtime</artifactId>

tool-testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.antlr</groupId>
66
<artifactId>antlr4-master</artifactId>
7-
<version>4.5.2-SNAPSHOT</version>
7+
<version>4.5.2-1</version>
88
</parent>
99
<artifactId>antlr4-tool-testsuite</artifactId>
1010
<name>ANTLR 4 Tool Tests</name>

tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.antlr</groupId>
55
<artifactId>antlr4-master</artifactId>
6-
<version>4.5.2-SNAPSHOT</version>
6+
<version>4.5.2-1</version>
77
</parent>
88
<artifactId>antlr4</artifactId>
99
<name>ANTLR 4 Tool</name>

0 commit comments

Comments
 (0)