Skip to content

Commit

Permalink
prep for beta 6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Apr 4, 2024
1 parent 3e15bf9 commit 1f6f3f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Ideally, there will be some user interface to visualize information from
a run of Tika via tika-eval.

# Version Notes
*
* 1.0.0-BETA6 -- same warning as BETA5 -- only use this as a demo until commons-compress regressions have been fixed.

* 1.0.0-BETA5 -- this has known regressions in commons-compress and should be used for demo purposes only.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<artifactId>tika-gui-v2</artifactId>
<groupId>org.tallison</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-BETA6</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tika-gui-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tika-gui-v2</artifactId>
<groupId>org.tallison</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-BETA6</version>
</parent>

<artifactId>tika-gui-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tika-gui-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tika-gui-v2</artifactId>
<groupId>org.tallison</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-BETA6</version>
</parent>

<artifactId>tika-gui-tools</artifactId>
Expand Down

0 comments on commit 1f6f3f5

Please sign in to comment.