Skip to content

Commit

Permalink
prep for beta3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Sep 18, 2023
1 parent 84f9782 commit 9317679
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ a run of Tika via tika-eval.
# Release Notes
At some point, we should use jreleaser. We aren't yet doing that.

To generate the download sections of the pom, run DownloadPluginUpdater and ZuluDownloader.
To generate the download sections of the pom, run DownloadPluginUpdater and PackageBinaries.

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-BETA2" -m "v1.0.0-BETA2 release" && git push origin v1.0.0-BETA2```
```git tag -a "v1.0.0-BETA3" -m "v1.0.0-BETA3 release" && git push origin v1.0.0-BETA3```

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-BETA2 && git tag --delete v1.0.0-BETA2```
```git push --delete origin v1.0.0-BETA3 && git tag --delete v1.0.0-BETA3```

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-BETA2</version>
<version>1.0.0-BETA3</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-BETA2</version>
<version>1.0.0-BETA3</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-BETA2</version>
<version>1.0.0-BETA3</version>
</parent>

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

0 comments on commit 9317679

Please sign in to comment.