Skip to content

Commit cc82115

Browse files
committed
[maven-release-plugin] prepare release 4.13.2
1 parent b91cecf commit cc82115

File tree

6 files changed

+8
-8
lines changed

6 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.13.2-SNAPSHOT</version>
11+
<version>4.13.2</version>
1212
</parent>
1313
<artifactId>antlr4-maven-plugin</artifactId>
1414
<packaging>maven-plugin</packaging>

pom.xml

+3-3
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.13.2-SNAPSHOT</version>
16+
<version>4.13.2</version>
1717
<packaging>pom</packaging>
1818

1919
<name>ANTLR 4</name>
@@ -98,7 +98,7 @@
9898
<properties>
9999
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
100100
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
101-
<project.build.outputTimestamp>1693865452</project.build.outputTimestamp>
101+
<project.build.outputTimestamp>1722710527</project.build.outputTimestamp>
102102
<antlr.testinprocess>true</antlr.testinprocess>
103103
<maven.compiler.source>11</maven.compiler.source>
104104
<maven.compiler.target>11</maven.compiler.target>
@@ -120,7 +120,7 @@
120120
<url>https://github.com/antlr/antlr4/tree/master</url>
121121
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
122122
<developerConnection>scm:git:[email protected]:antlr/antlr4.git</developerConnection>
123-
<tag>4.13.0</tag>
123+
<tag>4.13.2</tag>
124124
</scm>
125125

126126
<build>

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.13.2-SNAPSHOT</version>
13+
<version>4.13.2</version>
1414
</parent>
1515
<artifactId>antlr4-runtime-testsuite</artifactId>
1616
<name>ANTLR 4 Runtime Tests (4th generation)</name>

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.13.2-SNAPSHOT</version>
12+
<version>4.13.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.13.2-SNAPSHOT</version>
13+
<version>4.13.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.13.2-SNAPSHOT</version>
12+
<version>4.13.2</version>
1313
</parent>
1414
<artifactId>antlr4</artifactId>
1515
<name>ANTLR 4 Tool</name>

0 commit comments

Comments
 (0)