Skip to content

Commit

Permalink
Prep for 3.0.0-BETA2 release (apache#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison authored Jul 9, 2024
1 parent 5a614e2 commit 280d979
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 3.0.0-BETA2 - ???
Release 3.0.0-BETA2 - 07/09/2024

BREAKING CHANGES

Expand All @@ -10,6 +10,10 @@ Release 3.0.0-BETA2 - ???

Other Changes

* Add GRPC server (TIKA-4181).

* Improved configurability in tika-pipes (TIKA-4243).

* Add optional PST parser based on libpst/readpst (TIKA-4250).

Release 3.0.0-BETA - 12/01/2023
Expand Down
2 changes: 1 addition & 1 deletion tika-core/src/test/java/org/apache/tika/TikaIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void testToString() {
String version = new Tika().toString();
assertNotNull(version);
assertTrue(
version.matches("Apache Tika \\d+\\.\\d+\\.\\d+(-(?:ALPHA|BETA))?(?:-SNAPSHOT)?"));
version.matches("Apache Tika \\d+\\.\\d+\\.\\d+(-(?:ALPHA|BETA)\\d*)?(?:-SNAPSHOT)?"));
}

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

Expand Down

0 comments on commit 280d979

Please sign in to comment.