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:38:50 UTC

[commons-text] 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-text.git


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

commit 3f97740957e3fa3923be9c9d625f890e2f219624
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 09:38:46 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 92ca46f3..f6497319 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,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>