You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2019/11/06 10:03:01 UTC

svn commit: r1869447 - in /xmlgraphics/fop-pdf-images/trunk: build.properties pom.xml

Author: ssteiner
Date: Wed Nov  6 10:03:00 2019
New Revision: 1869447

URL: http://svn.apache.org/viewvc?rev=1869447&view=rev
Log:
Bump version and fix checkstyle in mvn

Modified:
    xmlgraphics/fop-pdf-images/trunk/build.properties
    xmlgraphics/fop-pdf-images/trunk/pom.xml

Modified: xmlgraphics/fop-pdf-images/trunk/build.properties
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/build.properties?rev=1869447&r1=1869446&r2=1869447&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/build.properties (original)
+++ xmlgraphics/fop-pdf-images/trunk/build.properties Wed Nov  6 10:03:00 2019
@@ -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
 

Modified: xmlgraphics/fop-pdf-images/trunk/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/pom.xml?rev=1869447&r1=1869446&r2=1869447&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/pom.xml (original)
+++ xmlgraphics/fop-pdf-images/trunk/pom.xml Wed Nov  6 10:03:00 2019
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org