pom.xml (pdfbox-2.0.23-src) | : | pom.xml (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 30 | skipping to change at line 30 | |||
<description> | <description> | |||
The Apache XmpBox library is an open source Java tool that implements Adobe' s XMP(TM) | The Apache XmpBox library is an open source Java tool that implements Adobe' s XMP(TM) | |||
specification. It can be used to parse, validate and create xmp contents. | specification. It can be used to parse, validate and create xmp contents. | |||
It is mainly used by subproject preflight of Apache PDFBox. | It is mainly used by subproject preflight of Apache PDFBox. | |||
XmpBox is a subproject of Apache PDFBox. | XmpBox is a subproject of Apache PDFBox. | |||
</description> | </description> | |||
<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> | |||
<profiles> | <profiles> | |||
<profile> | <profile> | |||
<activation> | <activation> | |||
<jdk>[11,)</jdk> | <jdk>[11,)</jdk> | |||
</activation> | </activation> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |