diff options
Diffstat (limited to 'fop-core/pom.xml')
-rw-r--r-- | fop-core/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fop-core/pom.xml b/fop-core/pom.xml index 221465ddd..bc2c56781 100644 --- a/fop-core/pom.xml +++ b/fop-core/pom.xml @@ -328,8 +328,8 @@ </plugin> <!-- code analysis - checkstyle --> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> <version>${findbugs.plugin.version}</version> <configuration> <excludeFilterFile>src/tools/resources/findbugs/exclusions.xml</excludeFilterFile> @@ -378,8 +378,8 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> <version>${findbugs.plugin.version}</version> <configuration> <excludeFilterFile>src/tools/resources/findbugs/exclusions.xml</excludeFilterFile> |