svn commit: r1885393 - in /xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6: ./ lib/
[email protected] Tue, 12 Jan 2021 12:48:17 -0000
| Newsgroups | gmane.text.xml.fop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ssteiner
Date: Tue Jan 12 12:48:17 2021
New Revision: 1885393
URL: http://svn.apache.org/viewvc?rev=1885393&view=rev
Log:
Update for release
Added:
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons-2.6.jar (with props)
Removed:
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons-svn-trunk.jar
Modified:
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/build.properties
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.NOTICE.txt
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.jar
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons.NOTICE.txt
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/pom.xml
xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/xmlgraphics-pdfimages-pom-template.pom
Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/build.properties
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/build.properties?rev=1885393&r1=1885392&r2=1885393&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/build.properties (original)
+++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/build.properties Tue Jan 12 12:48:17 2021
@@ -1,4 +1,4 @@
-version=2.6.0.SNAPSHOT
+version=2.6
vendor=The Apache Software Foundation (http://xmlgraphics.apache.org)
year=2007-2021
Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.NOTICE.txt
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.NOTICE.txt?rev=1885393&r1=1885392&r2=1885393&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.NOTICE.txt (original)
+++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.NOTICE.txt Tue Jan 12 12:48:17 2021
@@ -1,5 +1,5 @@
Apache FOP
-Copyright 1999-2008 The Apache Software Foundation
+Copyright 1999-2021 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_6/lib/fop.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/fop.jar?rev=1885393&r1=1885392&r2=1885393&view=diff
==============================================================================
Binary files - no diff available.
Added: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons-2.6.jar
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons-2.6.jar?rev=1885393&view=auto
==============================================================================
Binary file - no diff available.
Propchange: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons-2.6.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons.NOTICE.txt
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons.NOTICE.txt?rev=1885393&r1=1885392&r2=1885393&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons.NOTICE.txt (original)
+++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/lib/xmlgraphics-commons.NOTICE.txt Tue Jan 12 12:48:17 2021
@@ -1,5 +1,5 @@
Apache XML Graphics Commons
-Copyright 2006-2007 The Apache Software Foundation
+Copyright 2006-2021 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_6/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/pom.xml?rev=1885393&r1=1885392&r2=1885393&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/pom.xml (original)
+++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/pom.xml Tue Jan 12 12:48:17 2021
@@ -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.6</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.5.0-SNAPSHOT</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
Modified: xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/xmlgraphics-pdfimages-pom-template.pom
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/xmlgraphics-pdfimages-pom-template.pom?rev=1885393&r1=1885392&r2=1885393&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/xmlgraphics-pdfimages-pom-template.pom (original)
+++ xmlgraphics/fop-pdf-images/branches/fop-pdf-images-2_6/xmlgraphics-pdfimages-pom-template.pom Tue Jan 12 12:48:17 2021
@@ -75,7 +75,7 @@ http://maven.apache.org/xsd/maven-4.0.0.
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>