use latest PDFBOX 1.8.10 version

This commit is contained in:
AlexanderSchmidt
2015-11-09 10:16:18 +01:00
parent 02351564d6
commit 88ca559899

12
pom.xml
View File

@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rayman2200</groupId>
<artifactId>mustang-sample-project</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://github.com/Rayman2200/PDFA3.git</connection>
<developerConnection>scm:git:https://github.com/Rayman2200/PDFA3.git</developerConnection>
<url>https://github.com/Rayman2200/PDFA3</url>
<connection>scm:git:https://github.com/AlexanderSchmidt/PDFA3.git</connection>
<developerConnection>scm:git:https://github.com/AlexanderSchmidt/PDFA3.git</developerConnection>
<url>https://github.com/AlexanderSchmidt/PDFA3.git</url>
<tag>HEAD</tag>
</scm>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.8.8</version>
<version>1.8.10</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -77,7 +77,7 @@
</includes>
<merge>true</merge>
<repositoryName>PDFA3</repositoryName> <!-- github repo name -->
<repositoryOwner>Rayman2200</repositoryOwner> <!-- github username -->
<repositoryOwner>AlexanderSchmidt</repositoryOwner> <!-- github username -->
</configuration>
<executions>
<!-- run site-maven-plugin's 'site' target as part of the build's normal