Skip to content

Commit c7ba71a

Browse files
[maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-2
1 parent c045e19 commit c7ba71a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
</parent>
2929

3030
<artifactId>maven-compiler-plugin</artifactId>
31-
<version>4.0.0-beta-2-SNAPSHOT</version>
31+
<version>4.0.0-beta-2</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Compiler Plugin</name>
@@ -62,7 +62,7 @@ under the License.
6262
<scm>
6363
<connection>scm:git:https://github.com/apache/maven-compiler-plugin.git</connection>
6464
<developerConnection>scm:git:https://github.com/apache/maven-compiler-plugin.git</developerConnection>
65-
<tag>HEAD</tag>
65+
<tag>maven-compiler-plugin-4.0.0-beta-2</tag>
6666
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
6767
</scm>
6868
<issueManagement>
@@ -96,7 +96,7 @@ under the License.
9696
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
9797
<maven.it.failure.ignore>false</maven.it.failure.ignore>
9898

99-
<project.build.outputTimestamp>2024-11-14T13:00:00Z</project.build.outputTimestamp>
99+
<project.build.outputTimestamp>2025-02-17T20:52:38Z</project.build.outputTimestamp>
100100

101101
<!-- TODO remove with next parent -->
102102
<maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>

0 commit comments

Comments
 (0)