pom.xml (pdfbox-2.0.23-src) | : | pom.xml (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
The Apache Preflight library is an open source Java tool that implements | The Apache Preflight library is an open source Java tool that implements | |||
a parser compliant with the ISO-19005 (PDF/A) specification. Preflight is a | a parser compliant with the ISO-19005 (PDF/A) specification. Preflight is a | |||
subproject of Apache PDFBox. | subproject of Apache PDFBox. | |||
</description> | </description> | |||
<packaging>bundle</packaging> | <packaging>bundle</packaging> | |||
<parent> | <parent> | |||
<groupId>org.apache.pdfbox</groupId> | <groupId>org.apache.pdfbox</groupId> | |||
<artifactId>pdfbox-parent</artifactId> | <artifactId>pdfbox-parent</artifactId> | |||
<version>2.0.23</version> | <version>2.0.24</version> | |||
<relativePath>../parent/pom.xml</relativePath> | <relativePath>../parent/pom.xml</relativePath> | |||
</parent> | </parent> | |||
<!-- enable the Bavaria tests with -Dskip-bavaria=false --> | <!-- enable the Bavaria tests with -Dskip-bavaria=false --> | |||
<properties> | <properties> | |||
<skip-bavaria>true</skip-bavaria> | <skip-bavaria>true</skip-bavaria> | |||
</properties> | </properties> | |||
<profiles> | <profiles> | |||
<profile> | <profile> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |