Skip to content

Commit

Permalink
closes ZUGFeRD#233
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Jun 22, 2021
1 parent 5ce6e27 commit 8234c63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- OX Schema incompat is now type 10
- Upgrade to PDFBox 2.0.23 #233

2.2.0
=======
2021-05-20
Expand Down
2 changes: 1 addition & 1 deletion doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Change to the project directory and run
* `mvn javadoc:javadoc`. If that works you can
* clean the release with `mvn release:clean` and prepare the release with
* `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers.
* After that is through you can create a new release via `mvn release:perform -Dmaven.java.skip=True`.This will also update the maven repo.
* After that is through you can create a new release via `mvn release:perform`.This will also update the maven repo.

![screenshot](development_documentation_screenshot_release.png "Screenshot Release")

Expand Down
4 changes: 2 additions & 2 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId>
<version>[2.0.15,2.0.17]</version>
<version>2.0.23</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>[2.0.15,2.0.17]</version>
<version>2.0.23</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
Expand Down

0 comments on commit 8234c63

Please sign in to comment.