Skip to content

Commit 209fa18

Browse files
committed
[maven-release-plugin] prepare release maven-plugin-testing-4.0.0-beta-3
1 parent 2da7502 commit 209fa18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

maven-plugin-testing-harness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven.plugin-testing</groupId>
2525
<artifactId>maven-plugin-testing</artifactId>
26-
<version>4.0.0-beta-3-SNAPSHOT</version>
26+
<version>4.0.0-beta-3</version>
2727
</parent>
2828

2929
<artifactId>maven-plugin-testing-harness</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.maven.plugin-testing</groupId>
3131
<artifactId>maven-plugin-testing</artifactId>
32-
<version>4.0.0-beta-3-SNAPSHOT</version>
32+
<version>4.0.0-beta-3</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Maven Plugin Testing</name>
@@ -45,7 +45,7 @@ under the License.
4545
<scm>
4646
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</connection>
4747
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
48-
<tag>master</tag>
48+
<tag>maven-plugin-testing-4.0.0-beta-3</tag>
4949
<url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
5050
</scm>
5151
<issueManagement>
@@ -68,7 +68,7 @@ under the License.
6868
<mavenVersion>4.0.0-rc-2</mavenVersion>
6969
<maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
7070
<javaVersion>17</javaVersion>
71-
<project.build.outputTimestamp>2024-11-08T07:31:16Z</project.build.outputTimestamp>
71+
<project.build.outputTimestamp>2025-01-27T19:27:42Z</project.build.outputTimestamp>
7272
<version.maven-site-plugin>4.0.0-M16</version.maven-site-plugin>
7373
<version.maven-fluido-skin>2.0.0-M10</version.maven-fluido-skin>
7474
</properties>

0 commit comments

Comments
 (0)