adjusted tests

This commit is contained in:
Jochen Staerk
2017-05-11 13:53:37 +02:00
parent 973c70ff48
commit c276070c74
4 changed files with 27 additions and 27 deletions

10
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.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://github.com/jstaerk/mustangproject.git</connection>
<developerConnection>scm:git:https://github.com/jstaerk/mustangproject.git</developerConnection>
<url>https://github.com/jstaerk/mustangproject</url>
<connection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</connection>
<developerConnection>scm:git:https://github.com/ZUGFeRD/mustangproject.git</developerConnection>
<url>https://github.com/ZUGFeRD/mustangproject</url>
<tag>HEAD</tag>
</scm>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.8.8</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>