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/01/13 14:36:46 UTC

[commons-email] branch master updated: Pick up spotbugs-maven-plugin version from parent

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


The following commit(s) were added to refs/heads/master by this push:
     new 9acf2ad  Pick up spotbugs-maven-plugin version from parent
9acf2ad is described below

commit 9acf2adf6342df1c43411cc90d511644f8dd0adb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 09:36:42 2023 -0500

    Pick up spotbugs-maven-plugin version from parent
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8933c79..2220eac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,7 +423,6 @@
           <plugin>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs-maven-plugin</artifactId>
-            <version>${commons.spotbugs.plugin.version}</version>
             <dependencies>
               <dependency>
                 <groupId>com.github.spotbugs</groupId>