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

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


The following commit(s) were added to refs/heads/master by this push:
     new 209fa18  [maven-release-plugin] prepare release 
maven-plugin-testing-4.0.0-beta-3
209fa18 is described below

commit 209fa186eae633d49a28faf90016dc5d5573e08e
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Mon Jan 27 20:27:50 2025 +0100

    [maven-release-plugin] prepare release maven-plugin-testing-4.0.0-beta-3
---
 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 7ea9d00..75eb425 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>4.0.0-beta-3-SNAPSHOT</version>
+    <version>4.0.0-beta-3</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>
diff --git a/pom.xml b/pom.xml
index 896b76c..40119ac 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>4.0.0-beta-3-SNAPSHOT</version>
+  <version>4.0.0-beta-3</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-4.0.0-beta-3</tag>
     
<url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -68,7 +68,7 @@ under the License.
     <mavenVersion>4.0.0-rc-2</mavenVersion>
     <maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
     <javaVersion>17</javaVersion>
-    
<project.build.outputTimestamp>2024-11-08T07:31:16Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-01-27T19:27:42Z</project.build.outputTimestamp>
     <version.maven-site-plugin>4.0.0-M16</version.maven-site-plugin>
     <version.maven-fluido-skin>2.0.0-M10</version.maven-fluido-skin>
   </properties>

Reply via email to