]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update for release fop-2_7 81/head fop-2_7
authorSimon Steiner <ssteiner@apache.org>
Wed, 12 Jan 2022 11:46:48 +0000 (11:46 +0000)
committerSimon Steiner <ssteiner@apache.org>
Wed, 12 Jan 2022 11:46:48 +0000 (11:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-2_7@1896954 13f79535-47bb-0310-9956-ffa450edef68

16 files changed:
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/lib/batik-all-1.11.0-SNAPSHOT.jar [deleted file]
fop/lib/batik-all-1.14.jar [new file with mode: 0644]
fop/lib/batik.NOTICE.txt
fop/lib/xmlgraphics-commons-2.7.jar [new file with mode: 0644]
fop/lib/xmlgraphics-commons-svn-trunk.jar [deleted file]
fop/lib/xmlgraphics-commons.NOTICE.txt
fop/pom.xml
pom.xml

index ca5904021d1441f2a0207c575b30927f93e8b655..6e2d5344e482dd1c0ca6d1305ec8677042266fd0 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <properties>
index 5cadd7bc97d69c1145c28a4357603b17e5f04ca8..96a19481327f783cc73f02cee1b950f097311632 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
index 8650f1193c998e4093cf4b3a1a872738bc2bee20..bf32d9a029bd8eb6e9520f75116b9a43bb1dba8d 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
index 0cba47514be635504cd91c0598527001ca45f253..0a56e530bd8271271a3bf25e688e0100b0de4090 100644 (file)
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
index ac0ab6ae8a973d27d98c3def45589a680477f9e9..add8b8783543a82e6f665282a0e8a2389e049aee 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
index bf089f2f3625be8e84801777603e169ef06a8017..4dac037498659d16cba8d80dd222cb8fd3c92472 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
index f5a3115192b6804a31bb76bca4b63a68604c7961..fb84b02ec2d3531eebf4547c50cf4745d7454efb 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
index db3f8df6b2d530e0cc43582dddcbd5ca098620fc..0c4fe55ce95e6ad2ceb74889c8581990e63c37d9 100644 (file)
@@ -154,7 +154,7 @@ 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.7.0-SNAPSHOT"/>
+  <property name="version" value="2.7"/>
   <property name="year" value="1999-2022"/>
   <property name="javac.debug" value="on"/>
   <property name="javac.optimize" value="off"/>
diff --git a/fop/lib/batik-all-1.11.0-SNAPSHOT.jar b/fop/lib/batik-all-1.11.0-SNAPSHOT.jar
deleted file mode 100644 (file)
index 66b0aaa..0000000
Binary files a/fop/lib/batik-all-1.11.0-SNAPSHOT.jar and /dev/null differ
diff --git a/fop/lib/batik-all-1.14.jar b/fop/lib/batik-all-1.14.jar
new file mode 100644 (file)
index 0000000..7452ff6
Binary files /dev/null and b/fop/lib/batik-all-1.14.jar differ
index 662188f3570b9c2a594c97e3e2408e84ddda1f81..21be2329ae74a598d0e1ffae08bb9a7e4f42e7a3 100644 (file)
@@ -1,5 +1,5 @@
 Apache Batik
-Copyright 1999-2007 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/).
diff --git a/fop/lib/xmlgraphics-commons-2.7.jar b/fop/lib/xmlgraphics-commons-2.7.jar
new file mode 100644 (file)
index 0000000..7396f13
Binary files /dev/null and b/fop/lib/xmlgraphics-commons-2.7.jar differ
diff --git a/fop/lib/xmlgraphics-commons-svn-trunk.jar b/fop/lib/xmlgraphics-commons-svn-trunk.jar
deleted file mode 100644 (file)
index 0bc32ba..0000000
Binary files a/fop/lib/xmlgraphics-commons-svn-trunk.jar and /dev/null differ
index 76171ea850599d149cb9931758243a69d34c1159..c93ae11c656853301fa878ce6ef36abfe33f1eef 100644 (file)
@@ -1,5 +1,5 @@
 Apache XML Graphics Commons
-Copyright 2006-2007 The Apache Software Foundation
+Copyright 2006-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
index f00b6ca29e309587a29671859327306cda3c0554..17e99e8c656ebc359ef26f4e65d35422bd79156b 100644 (file)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.apache.xmlgraphics</groupId>
     <artifactId>fop-parent</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>2.7</version>
   </parent>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 0cfb3a3606e3291dba74dc4f43cdcddc4404012e..668712202530e795e7b6a14324bdcee6b2d89f99 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>fop-parent</artifactId>
-  <version>2.7.0-SNAPSHOT</version>
+  <version>2.7</version>
   <name>Apache FOP Parent</name>
   <description>XML Graphics Format Object Processor</description>
   <packaging>pom</packaging>
@@ -13,7 +13,7 @@
   <properties>
     <ant.version>1.9.15</ant.version>
     <antrun.plugin.version>1.8</antrun.plugin.version>
-    <batik.version>1.14.0-SNAPSHOT</batik.version>
+    <batik.version>1.14</batik.version>
     <build.helper.plugin.version>1.9.1</build.helper.plugin.version>
     <checkstyle.plugin.version>2.14</checkstyle.plugin.version>
     <commons.io.version>1.3.1</commons.io.version>
@@ -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.7.0-SNAPSHOT</xmlgraphics.commons.version>
+    <xmlgraphics.commons.version>2.7</xmlgraphics.commons.version>
     <xmlunit.version>1.2</xmlunit.version>
     <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>