Skip to content

Commit e52f7fb

Browse files
[maven-release-plugin] prepare release maven-plugin-testing-3.4.0
1 parent 7fb65f7 commit e52f7fb

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>3.4.0-SNAPSHOT</version>
26+
<version>3.4.0</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>3.4.0-SNAPSHOT</version>
32+
<version>3.4.0</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-3.4.0</tag>
4949
<url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
5050
</scm>
5151
<issueManagement>
@@ -67,7 +67,7 @@ under the License.
6767
<mavenVersion>3.9.11</mavenVersion>
6868
<maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
6969
<javaVersion>8</javaVersion>
70-
<project.build.outputTimestamp>2023-11-07T21:58:12Z</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>2025-10-28T21:36:08Z</project.build.outputTimestamp>
7171
</properties>
7272

7373
</project>

0 commit comments

Comments
 (0)