This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/website by this push:
     new 97d78e7  set a version for spotbugs
97d78e7 is described below

commit 97d78e72568cd8a6b84b3dc9c17c856365cb8e45
Author: Enrico Olivelli <[email protected]>
AuthorDate: Thu Apr 30 22:07:59 2020 +0200

    set a version for spotbugs
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 715468e..beba11e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,6 +85,7 @@
                 <!-- spotbugs does not make sense for website -->
                 <groupId>com.github.spotbugs</groupId>
                 <artifactId>spotbugs-maven-plugin</artifactId>
+                <version>4.0.0</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>

Reply via email to