This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch maven-plugin-testing-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git


The following commit(s) were added to refs/heads/maven-plugin-testing-3.x by 
this push:
     new 566b1c3  [maven-release-plugin] prepare release 
maven-plugin-testing-3.5.0
566b1c3 is described below

commit 566b1c3e6f591ee8f84abe278dfa9f494f7e1432
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Jan 7 22:23:26 2026 +0100

    [maven-release-plugin] prepare release maven-plugin-testing-3.5.0
---
 maven-plugin-testing-harness/pom.xml | 2 +-
 pom.xml                              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-plugin-testing-harness/pom.xml 
b/maven-plugin-testing-harness/pom.xml
index cf2468f..006d207 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.5.0</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>
diff --git a/pom.xml b/pom.xml
index cc5360b..e2f956a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.plugin-testing</groupId>
   <artifactId>maven-plugin-testing</artifactId>
-  <version>3.4.1-SNAPSHOT</version>
+  <version>3.5.0</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugin Testing</name>
@@ -45,7 +45,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
-    <tag>master</tag>
+    <tag>maven-plugin-testing-3.5.0</tag>
     
<url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -66,7 +66,7 @@ under the License.
   <properties>
     <maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
     <javaVersion>8</javaVersion>
-    
<project.build.outputTimestamp>2025-10-28T21:36:24Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-01-07T21:23:16Z</project.build.outputTimestamp>
   </properties>
 
 </project>

Reply via email to