This commit is contained in:
jstaerk
2021-06-22 13:11:00 +02:00
parent 5ce6e27043
commit 8234c631ab
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
- OX Schema incompat is now type 10
- Upgrade to PDFBox 2.0.23 #233
2.2.0 2.2.0
======= =======
2021-05-20 2021-05-20

View File

@@ -170,7 +170,7 @@ Change to the project directory and run
* `mvn javadoc:javadoc`. If that works you can * `mvn javadoc:javadoc`. If that works you can
* clean the release with `mvn release:clean` and prepare the release with * clean the release with `mvn release:clean` and prepare the release with
* `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers. * `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") ![screenshot](development_documentation_screenshot_release.png "Screenshot Release")

View File

@@ -67,12 +67,12 @@
<dependency> <dependency>
<groupId>org.apache.pdfbox</groupId> <groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId> <artifactId>preflight</artifactId>
<version>[2.0.15,2.0.17]</version> <version>2.0.23</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.pdfbox</groupId> <groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId> <artifactId>pdfbox</artifactId>
<version>[2.0.15,2.0.17]</version> <version>2.0.23</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dom4j</groupId> <groupId>org.dom4j</groupId>