switched to mustangproject 1.2 for toecount 0.0.5
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.mustangproject.ZUGFeRD</groupId>
|
<groupId>org.mustangproject.ZUGFeRD</groupId>
|
||||||
<artifactId>toecount</artifactId>
|
<artifactId>toecount</artifactId>
|
||||||
<version>0.0.4-SNAPSHOT</version>
|
<version>0.0.5-SNAPSHOT</version>
|
||||||
<name>ZUGFeRD PDF checker</name>
|
<name>ZUGFeRD PDF checker</name>
|
||||||
<description>Shows statistics on how many PDFs in a directory are ZUGFeRD-Compliant</description>
|
<description>Shows statistics on how many PDFs in a directory are ZUGFeRD-Compliant</description>
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mustangproject.ZUGFeRD</groupId>
|
<groupId>org.mustangproject.ZUGFeRD</groupId>
|
||||||
<artifactId>mustang</artifactId>
|
<artifactId>mustang</artifactId>
|
||||||
<version>1.1.2</version>
|
<version>1.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.pdfbox</groupId>
|
<groupId>org.apache.pdfbox</groupId>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ public class Toecount {
|
|||||||
}
|
}
|
||||||
private static void printHelp() {
|
private static void printHelp() {
|
||||||
System.out
|
System.out
|
||||||
.println("Mustangproject.org's Toecount 0.0.4 \r\n"
|
.println("Mustangproject.org's Toecount 0.0.5 \r\n"
|
||||||
+ "A Apache Public License command line tool for statistics on PDF invoices with\r\n"
|
+ "A Apache Public License command line tool for statistics on PDF invoices with\r\n"
|
||||||
+ "ZUGFeRD Metadata (http://www.zugferd.de)\r\n"
|
+ "ZUGFeRD Metadata (http://www.zugferd.de)\r\n"
|
||||||
+ "\r\n"
|
+ "\r\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user