closes #233
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
- OX Schema incompat is now type 10
|
||||
- Upgrade to PDFBox 2.0.23 #233
|
||||
|
||||
2.2.0
|
||||
=======
|
||||
2021-05-20
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user