Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Feb 19, 2023
1 parent 6763f58 commit a2c349f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion antlr4-maven-plugin/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<artifactId>antlr4-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
</parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<packaging>pom</packaging>

<name>ANTLR 4</name>
Expand Down Expand Up @@ -98,7 +98,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<project.build.outputTimestamp>1676838936</project.build.outputTimestamp>
<antlr.testinprocess>true</antlr.testinprocess>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand All @@ -120,7 +120,7 @@
<url>https://github.com/antlr/antlr4/tree/master</url>
<connection>scm:git:git://github.com/antlr/antlr4.git</connection>
<developerConnection>scm:git:git@github.com:antlr/antlr4.git</developerConnection>
<tag>HEAD</tag>
<tag>4.12.0</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion runtime-testsuite/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<artifactId>antlr4-runtime-testsuite</artifactId>
<name>ANTLR 4 Runtime Tests (4th generation)</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>antlr4-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tool-testsuite/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<artifactId>antlr4-tool-testsuite</artifactId>
<name>ANTLR 4 Tool Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.antlr</groupId>
<artifactId>antlr4-master</artifactId>
<version>4.12.0-SNAPSHOT</version>
<version>4.12.0</version>
</parent>
<artifactId>antlr4</artifactId>
<name>ANTLR 4 Tool</name>
Expand Down

0 comments on commit a2c349f

Please sign in to comment.