use latest PDFBOX 1.8.10 version
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user