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