Skip to content

Commit

Permalink
Update minor version in prep for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Aug 22, 2023
1 parent 8c94fc5 commit 7888641
Show file tree
Hide file tree
Showing 109 changed files with 183 additions and 183 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 2.8.1 - ???
Release 2.9.0 - 8/23/2023

* With user configuration, the PDFParser can now throw an EncryptedDocumentException
for Microsoft IRM PDF containers with encrypted payloads. Separately,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<relativePath>tika-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tika-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tika-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 7888641

Please sign in to comment.