]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update for a release
authorSimon Steiner <ssteiner@apache.org>
Wed, 2 Nov 2022 11:37:46 +0000 (11:37 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 2 Nov 2022 11:37:46 +0000 (11:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1904999 13f79535-47bb-0310-9956-ffa450edef68

README
pom.xml

diff --git a/README b/README
index bccac74060ee836b3ac2bde5ac3dbef537f9ca05..351ddd97d3c965db9fe4f8ce23b25302c052325e 100644 (file)
--- a/README
+++ b/README
@@ -107,6 +107,18 @@ under the ./fop sub-directory.
   RELEASE NOTES
 ==============================================================================
 
+Version 2.8
+===========
+
+Major Changes in Version 2.8
+----------------------------
+
+* Require Java 8 or later
+* Transparency color support
+* Light weight line breaking option
+
+This release also contains a number of bug fixes.
+
 Version 2.7
 ===========
 
diff --git a/pom.xml b/pom.xml
index 846278026029335ecf8f33d783d5c50c07244328..45f63975ce0bbf49dd369efcbed22a463384976e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   <properties>
     <ant.version>1.9.15</ant.version>
     <antrun.plugin.version>1.8</antrun.plugin.version>
-    <batik.version>1.15.0-SNAPSHOT</batik.version>
+    <batik.version>1.16.0-SNAPSHOT</batik.version>
     <build.helper.plugin.version>1.9.1</build.helper.plugin.version>
     <checkstyle.plugin.version>2.14</checkstyle.plugin.version>
     <commons.io.version>2.11.0</commons.io.version>