Bump version and fix checkstyle in mvn

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop-pdf-images/trunk@1869447 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties b/build.properties
index 331e158..c1e97c3 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,4 @@
-version=2.4.0.SNAPSHOT
+version=2.5.0.SNAPSHOT
 vendor=The Apache Software Foundation (http://xmlgraphics.apache.org)
 year=2007-2019
 
diff --git a/pom.xml b/pom.xml
index 64b522d..917fe62 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.fop.render.pdf.pdfbox</groupId>
   <artifactId>fop-pdf-images</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.5.0-SNAPSHOT</version>
   <name>${project.groupId}:${project.artifactId}</name>
   <description>PDF image support for Apache FOP</description>
   <url>https://xmlgraphics.apache.org/fop/fop-pdf-images.html</url>
@@ -74,6 +74,8 @@
         <configuration>
           <configLocation>checkstyle-5.5.xml</configLocation>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
+          <includeResources>false</includeResources>
+          <includeTestResources>false</includeTestResources>
           <violationSeverity>warning</violationSeverity>
           <consoleOutput>true</consoleOutput>
         </configuration>