Skip to content

Commit ba0e4e1

Browse files
committed
[maven-release-plugin] prepare release maven-compiler-plugin-4.0.0-beta-1
1 parent 74756b0 commit ba0e4e1

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-SNAPSHOT</version>
31+
<version>4.0.0-beta-1</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Compiler Plugin</name>
@@ -48,7 +48,7 @@ under the License.
4848
<scm>
4949
<connection>scm:git:https://github.com/apache/maven-compiler-plugin.git</connection>
5050
<developerConnection>scm:git:https://github.com/apache/maven-compiler-plugin.git</developerConnection>
51-
<tag>maven-compiler-plugin-3.10.0</tag>
51+
<tag>maven-compiler-plugin-4.0.0-beta-1</tag>
5252
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
5353
</scm>
5454
<issueManagement>
@@ -92,7 +92,7 @@ under the License.
9292
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
9393
<maven.it.failure.ignore>false</maven.it.failure.ignore>
9494

95-
<project.build.outputTimestamp>2024-03-15T07:28:09Z</project.build.outputTimestamp>
95+
<project.build.outputTimestamp>2024-06-26T08:45:46Z</project.build.outputTimestamp>
9696
</properties>
9797

9898
<dependencyManagement>

0 commit comments

Comments
 (0)