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

commit c5a8ed1466ba1ff579e2533f810534aeda0bf78d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 14 11:29:38 2020 -0400

    Update FindBugs to SpotBuugs. Prepare for next release.
---
 pom.xml | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ec5d2d..6f27f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,12 +54,12 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
         
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net</commons.scmPubUrl>
 
         <!-- Current release -->
-        <commons.release.version>3.7.1</commons.release.version>
-        <commons.rc.version>RC2</commons.rc.version>
+        <commons.release.version>3.7.2</commons.release.version>
+        <commons.rc.version>RC1</commons.rc.version>
         <commons.release.desc>(Requires Java ${maven.compiler.target} or 
later)</commons.release.desc>
 
         <!-- Release plugin defines -->
-        <commons.bc.version>3.7</commons.bc.version>
+        <commons.bc.version>3.7.1</commons.bc.version>
         <commons.release.isDistModule>true</commons.release.isDistModule>
         <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>  
  
         <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
@@ -114,9 +114,9 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
           <plugins>
             <!-- Allow CLI usage -->
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>${commons.findbugs.version}</version>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>${commons.spotbugs.version}</version>
                 <configuration>
                     
<excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
                 </configuration>
@@ -371,9 +371,9 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
         <plugins>
 
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>${commons.findbugs.version}</version>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>${commons.spotbugs.version}</version>
                 <configuration>
                     
<excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
                 </configuration>
@@ -451,6 +451,11 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
             <email>rwins...@checkfree.com</email>
             <organization />
         </developer>
+        <developer>
+            <name>Gary Gregory</name>
+            <email>ggreg...@apache.org</email>
+            <organization />
+        </developer>
     </developers>
 
     <contributors>

Reply via email to