Author: gk
Date: Wed Jul 31 13:39:21 2024
New Revision: 1919604

URL: http://svn.apache.org/viewvc?rev=1919604&view=rev
Log:
- Fix incorrect version number for spotbugs to 4.8.6.2.

Modified:
    db/torque/trunk/pom.xml

Modified: db/torque/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/db/torque/trunk/pom.xml?rev=1919604&r1=1919603&r2=1919604&view=diff
==============================================================================
--- db/torque/trunk/pom.xml (original)
+++ db/torque/trunk/pom.xml Wed Jul 31 13:39:21 2024
@@ -521,15 +521,14 @@
                 <plugin>
                     <groupId>com.github.spotbugs</groupId>
                     <artifactId>spotbugs-maven-plugin</artifactId>
-                    <version>4.8.6</version>
-                    <dependencies>
-                        <!-- overwrite dependency on spotbugs if you want to 
specify the version of spotbugs -->
+                    <version>4.8.6.2</version>
+                    <!--dependencies>
                         <dependency>
                           <groupId>com.github.spotbugs</groupId>
                           <artifactId>spotbugs</artifactId>
                           <version>4.8.6</version>
                         </dependency>
-                     </dependencies>
+                     </dependencies-->
                     <configuration>
                         
<excludeFilterFile>${basedir}/src/main/plugin-config/findbugs-exclude.xml</excludeFilterFile>
                     </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to