Browse Source

Update for release

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1896949 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_7
Simon Steiner 2 years ago
parent
commit
2babf53815
12 changed files with 23 additions and 13 deletions
  1. 1
    1
      NOTICE
  2. 10
    0
      README
  3. 1
    1
      fop-core/pom.xml
  4. 1
    1
      fop-events/pom.xml
  5. 1
    1
      fop-sandbox/pom.xml
  6. 1
    1
      fop-servlet/pom.xml
  7. 1
    1
      fop-transcoder-allinone/pom.xml
  8. 1
    1
      fop-transcoder/pom.xml
  9. 1
    1
      fop-util/pom.xml
  10. 2
    2
      fop/build.xml
  11. 1
    1
      fop/pom.xml
  12. 2
    2
      pom.xml

+ 1
- 1
NOTICE View File

@@ -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/).

+ 10
- 0
README View File

@@ -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
===========


+ 1
- 1
fop-core/pom.xml View 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>

+ 1
- 1
fop-events/pom.xml View 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>

+ 1
- 1
fop-sandbox/pom.xml View 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>

+ 1
- 1
fop-servlet/pom.xml View 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>

+ 1
- 1
fop-transcoder-allinone/pom.xml View 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>

+ 1
- 1
fop-transcoder/pom.xml View 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>

+ 1
- 1
fop-util/pom.xml View 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>

+ 2
- 2
fop/build.xml View 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"/>

+ 1
- 1
fop/pom.xml View 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>

+ 2
- 2
pom.xml View File

@@ -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>

Loading…
Cancel
Save