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/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 656933dc Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M6.
656933dc is described below
commit 656933dcf419ad0a8b34faa1fe13978083b8e132
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 20 08:29:31 2022 -0400
Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M6.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5cb74154..58fc6dac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
<hadoop.version>3.3.2</hadoop.version>
<jackrabbit1.version>1.6.5</jackrabbit1.version>
<jackrabbit2.version>2.21.10</jackrabbit2.version>
- <commons.surefire.version>3.0.0-M5</commons.surefire.version>
+ <commons.surefire.version>3.0.0-M6</commons.surefire.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.spotbugs.version>4.5.3.0</commons.spotbugs.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a1a375e1..b06cf0e4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -196,6 +196,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" due-to="Gary Gregory" type="update">
Bump commons.jacoco.version from 0.8.7 to 0.8.8.
</action>
+ <action dev="ggregory" due-to="Gary Gregory" type="update">
+ Bump commons.surefire.version from 3.0.0-M5 to 3.0.0-M6.
+ </action>
</release>
<release version="2.9.0" date="2021-06-16" description="Maintenance
release. Requires Java 8.">
<!-- ADDS -->