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-filtering.git


The following commit(s) were added to refs/heads/master by this push:
     new 19ce0e4  Fix build broken by missing releases
19ce0e4 is described below

commit 19ce0e49596a83073209837d0858f69ea636e727
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Jun 26 12:47:15 2024 +0200

    Fix build broken by missing releases
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b986a5..87b8b9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
 
     <hamcrestVersion>2.2</hamcrestVersion>
     <junitVersion>5.10.1</junitVersion>
-    <mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion>
+    
<mavenPluginTestingVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginTestingVersion>
     <mockitoVersion>5.12.0</mockitoVersion>
     <plexusBuildApiVersion>0.0.7</plexusBuildApiVersion>
     <plexusInterpolationVersion>1.27</plexusInterpolationVersion>

Reply via email to