Author: ssteiner Date: Tue May 5 11:51:09 2020 New Revision: 1877396 URL: http://svn.apache.org/viewvc?rev=1877396&view=rev Log: Update for release
Added: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons-2.4.jar (with props) Removed: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons-svn-trunk.jar Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/build.properties xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.NOTICE.txt xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.jar xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons.NOTICE.txt xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/pom.xml xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/xmlgraphics-pdfimages-pom-template.pom Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/build.properties URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/build.properties?rev=1877396&r1=1877395&r2=1877396&view=diff ============================================================================== --- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/build.properties (original) +++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/build.properties Tue May 5 11:51:09 2020 @@ -1,4 +1,4 @@ -version=2.5.0.SNAPSHOT +version=2.5 vendor=The Apache Software Foundation (http://xmlgraphics.apache.org) year=2007-2020 Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.NOTICE.txt URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.NOTICE.txt?rev=1877396&r1=1877395&r2=1877396&view=diff ============================================================================== --- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.NOTICE.txt (original) +++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.NOTICE.txt Tue May 5 11:51:09 2020 @@ -1,5 +1,5 @@ Apache FOP -Copyright 1999-2008 The Apache Software Foundation +Copyright 1999-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.jar URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/fop.jar?rev=1877396&r1=1877395&r2=1877396&view=diff ============================================================================== Binary files - no diff available. Added: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons-2.4.jar URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons-2.4.jar?rev=1877396&view=auto ============================================================================== Binary file - no diff available. Propchange: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons-2.4.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons.NOTICE.txt URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons.NOTICE.txt?rev=1877396&r1=1877395&r2=1877396&view=diff ============================================================================== --- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons.NOTICE.txt (original) +++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/lib/xmlgraphics-commons.NOTICE.txt Tue May 5 11:51:09 2020 @@ -1,5 +1,5 @@ Apache XML Graphics Commons -Copyright 2006-2007 The Apache Software Foundation +Copyright 2006-2020 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/pom.xml?rev=1877396&r1=1877395&r2=1877396&view=diff ============================================================================== --- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/pom.xml (original) +++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/pom.xml Tue May 5 11:51:09 2020 @@ -4,7 +4,7 @@ <groupId>org.apache.fop.render.pdf.pdfbox</groupId> <artifactId>fop-pdf-images</artifactId> - <version>2.5.0-SNAPSHOT</version> + <version>2.5</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> @@ -18,7 +18,7 @@ <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/xmlgraphics-pdfimages-pom-template.pom URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/xmlgraphics-pdfimages-pom-template.pom?rev=1877396&r1=1877395&r2=1877396&view=diff ============================================================================== --- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/xmlgraphics-pdfimages-pom-template.pom (original) +++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_5/xmlgraphics-pdfimages-pom-template.pom Tue May 5 11:51:09 2020 @@ -75,7 +75,7 @@ http://maven.apache.org/xsd/maven-4.0.0. <dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> - <version>2.3</version> + <version>2.5</version> </dependency> <dependency> <groupId>org.apache.pdfbox</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: fop-commits-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-commits-h...@xmlgraphics.apache.org