Skip to content

Commit

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

# Version Notes

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

# Release Notes
At some point, we should use jreleaser. We aren't yet doing that.

Expand All @@ -57,12 +61,12 @@ The release is currently triggered by pushing a tag starting with 'v'.

Before running this, change the version to the version you intend to release.

```git tag -a "v1.0.0-SNAPSHOT" -m "v1.0.0-SNAPSHOT release" && git push origin v1.0.0-SNAPSHOT```
```git tag -a "v1.0.0-BETA5" -m "v1.0.0-BETA5 release" && git push origin v1.0.0-BETA5```

Change the version back to the development/SNAPSHOT version.

If you need to re-release, delete the tag:
```git push --delete origin v1.0.0-SNAPSHOT && git tag --delete v1.0.0-SNAPSHOT```
```git push --delete origin v1.0.0-BETA5 && git tag --delete v1.0.0-BETA5```

We should figure out how to sign artifacts and offer sha256s. Again, see jreleaser above.

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-BETA5</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-BETA5</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-BETA5</version>
</parent>

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

0 comments on commit 7f64276

Please sign in to comment.