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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f70efda1 Bump maven-surefire-report-plugin from 2.22.2 to 3.1.2
8f70efda1 is described below

commit 8f70efda1eb009aa8bcf5d9dd4f9a83844da1c7e
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 6 09:48:32 2023 -0500

    Bump maven-surefire-report-plugin from 2.22.2 to 3.1.2
    
    Pick up the version from the Apache parent POM
---
 RELEASE-NOTES.txt | 3 ++-
 pom.xml           | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 14e0a4bcc..9d50dd170 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -22,7 +22,8 @@ Release Notes - Juneau - Version 9.0.2
     * [JUNEAU-257] Bump maven-bundle-plugin from 5.1.8 to 5.1.9.
     * [JUNEAU-258] Bump maven-jxr-plugin from 3.3.0 to 3.3.1.
     * [JUNEAU-259] Bump from Junit 4.13.2 to JUnit 5.10.1 Vintage Engine.
-
+    * [JUNEAU-260] Bump maven-surefire-report-plugin from 2.22.2 to 3.1.2.
+    
 Release Notes - Juneau - Version 9.0.1
 
 ** Improvement
diff --git a/pom.xml b/pom.xml
index 8cd5cdc4a..6254b2315 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,7 +335,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-surefire-report-plugin</artifactId>
-                               <version>2.22.2</version>
                                <configuration>
                                        <aggregate>true</aggregate>
                                </configuration>

Reply via email to