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

commit 30f92c03b1a955b11938c8af938e5b21fb264a17
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 25 10:41:30 2022 -0400

    Update property names for SpotBugs
---
 pom.xml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61ac746..bc93e1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,12 +316,8 @@
         
         <powermock.version>2.0.9</powermock.version>
         <easymock.version>4.3</easymock.version>
-        <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
-        <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
-        
-        
<commons.spotbugs.plugin.version>4.5.3.0</commons.spotbugs.plugin.version>
-        <commons.spotbugs.impl.version>4.5.3</commons.spotbugs.impl.version>   
 
-
+        
<commons.spotbugs.plugin.version>4.2.2</commons.spotbugs.plugin.version>
+        <commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version>   
 
         <commons.jacoco.version>0.8.8</commons.jacoco.version>
     </properties> 
 
@@ -425,12 +421,12 @@
           <plugin>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs-maven-plugin</artifactId>
-            <version>${spotbugs.plugin.version}</version>
+            <version>${commons.spotbugs.plugin.version}</version>
             <dependencies>
               <dependency>
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs</artifactId>
-                <version>${spotbugs.impl.version}</version>
+                <version>${commons.spotbugs.impl.version}</version>
               </dependency>
             </dependencies>        
             <configuration>

Reply via email to