pom.xml (pdfbox-2.0.23-src) | : | pom.xml (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
See the License for the specific language governing permissions and | See the License for the specific language governing permissions and | |||
limitations under the License. | limitations under the License. | |||
--> | --> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<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> | |||
<artifactId>fontbox</artifactId> | <artifactId>fontbox</artifactId> | |||
<packaging>bundle</packaging> | <packaging>bundle</packaging> | |||
<name>Apache FontBox</name> | <name>Apache FontBox</name> | |||
<description> | <description> | |||
The Apache FontBox library is an open source Java tool to obtain low level i nformation | The Apache FontBox library is an open source Java tool to obtain low level i nformation | |||
from font files. FontBox is a subproject of Apache PDFBox. | from font files. FontBox is a subproject of Apache PDFBox. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |