Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-compiler-plugin-3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 15, 2023
1 parent a1c5b13 commit c08b0fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
</parent>

<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Compiler Plugin</name>
Expand All @@ -48,7 +48,7 @@ under the License.
<scm>
<connection>scm:git:https://github.com/apache/maven-compiler-plugin.git</connection>
<developerConnection>scm:git:https://github.com/apache/maven-compiler-plugin.git</developerConnection>
<tag>maven-compiler-plugin-3.10.0</tag>
<tag>maven-compiler-plugin-3.12.0</tag>
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -76,7 +76,7 @@ under the License.
<plexus-java.version>1.2.0</plexus-java.version>
<javaVersion>8</javaVersion>
<maven.it.failure.ignore>false</maven.it.failure.ignore>
<project.build.outputTimestamp>2023-02-14T08:38:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-15T20:53:50Z</project.build.outputTimestamp>
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
</properties>

Expand Down

0 comments on commit c08b0fd

Please sign in to comment.