]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update for release
authorSimon Steiner <ssteiner@apache.org>
Wed, 12 Jan 2022 10:44:28 +0000 (10:44 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 12 Jan 2022 10:44:28 +0000 (10:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1896949 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
NOTICE
README
fop-core/pom.xml
fop-events/pom.xml
fop-sandbox/pom.xml
fop-servlet/pom.xml
fop-transcoder-allinone/pom.xml
fop-transcoder/pom.xml
fop-util/pom.xml
fop/build.xml
fop/pom.xml
pom.xml

diff --git a/NOTICE b/NOTICE
index d4aad2003288c8fc84dba3c3fd11e2e78a7eccfa..5a37cd519ffd444e428ee367145716c1b39d07c5 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache FOP
-Copyright 1999-2021 The Apache Software Foundation
+Copyright 1999-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README b/README
index f8a9ecdb26c7fad274290af1a3236b860387b64f..b9ae1ea560c73647b218729edbad206afb7c822f 100644 (file)
--- a/README
+++ b/README
@@ -107,6 +107,16 @@ under the ./fop sub-directory.
   RELEASE NOTES
 ==============================================================================
 
+Version 2.7
+===========
+
+Major Changes in Version 2.7
+----------------------------
+
+* Allow to embed native PDF in AFP
+
+This release also contains a number of bug fixes.
+
 Version 2.6
 ===========
 
index 915ee6234924098802769f4446406686937dc5d5..ca5904021d1441f2a0207c575b30927f93e8b655 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <properties>
index 108532e1efc2f63352a7a913940906b5fc0b09f3..5cadd7bc97d69c1145c28a4357603b17e5f04ca8 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
index 6e6ece431cbd3a9699446a4f9b6db2e15d0967e0..8650f1193c998e4093cf4b3a1a872738bc2bee20 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
index 259049cfce5b254c663f51cbf0e5c793eaa7082b..0cba47514be635504cd91c0598527001ca45f253 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
index b2269dd802c994e265dc9dda59e57dcd4eed5af1..ac0ab6ae8a973d27d98c3def45589a680477f9e9 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
index c9f7b6cf2d36d71781fae592037d722a257a73b1..bf089f2f3625be8e84801777603e169ef06a8017 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
index ae88e719a352c56b14ee4b38f77a241b664fb7c3..f5a3115192b6804a31bb76bca4b63a68604c7961 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
index 1dd0674ea7042d00f950d13ca46a8487434485ee..db3f8df6b2d530e0cc43582dddcbd5ca098620fc 100644 (file)
@@ -154,8 +154,8 @@ list of possible build targets.
   <property name="Name" value="Apache FOP"/>
   <property name="name" value="fop"/>
   <property name="NAME" value="FOP"/>
-  <property name="version" value="2.6.0-SNAPSHOT"/>
-  <property name="year" value="1999-2021"/>
+  <property name="version" value="2.7.0-SNAPSHOT"/>
+  <property name="year" value="1999-2022"/>
   <property name="javac.debug" value="on"/>
   <property name="javac.optimize" value="off"/>
   <property name="javac.deprecation" value="on"/>
index a3677289ded51c4e3cbaaebf2edcbc229beee501..f00b6ca29e309587a29671859327306cda3c0554 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.7.0-SNAPSHOT</version>
   </parent>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 184af41fcc3d49421913697c8a4cec0d7a5672bf..0cfb3a3606e3291dba74dc4f43cdcddc4404012e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>fop-parent</artifactId>
-  <version>2.6.0-SNAPSHOT</version>
+  <version>2.7.0-SNAPSHOT</version>
   <name>Apache FOP Parent</name>
   <description>XML Graphics Format Object Processor</description>
   <packaging>pom</packaging>
@@ -30,7 +30,7 @@
     <surefire.plugin.version>2.18.1</surefire.plugin.version>
     <war.plugin.version>3.3.2</war.plugin.version>
     <xml.plugin.version>1.0.1</xml.plugin.version>
-    <xmlgraphics.commons.version>2.6.0-SNAPSHOT</xmlgraphics.commons.version>
+    <xmlgraphics.commons.version>2.7.0-SNAPSHOT</xmlgraphics.commons.version>
     <xmlunit.version>1.2</xmlunit.version>
     <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>