You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:52:23 UTC

[commons-daemon] branch master updated: Pick up Spotbugs version from parent POM

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


The following commit(s) were added to refs/heads/master by this push:
     new 68beb1c  Pick up Spotbugs version from parent POM
68beb1c is described below

commit 68beb1c459cd1ec25ac6cc63e35ca512cd66de03
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:52:19 2023 -0500

    Pick up Spotbugs version from parent POM
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 817623e..e25c61d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,6 @@
     <commons.bc.version>1.3.3</commons.bc.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
-    <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
   </properties>
 
   <profiles>
@@ -190,7 +189,6 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>${commons.spotbugs.version}</version>
         </plugin>
       </plugins>
     </pluginManagement>