From 9317679b0d4861be156a6a7316d6c1597a815dfe Mon Sep 17 00:00:00 2001 From: tallison Date: Mon, 18 Sep 2023 15:49:56 -0400 Subject: [PATCH] prep for beta3 release --- README.md | 6 +++--- pom.xml | 2 +- tika-gui-app/pom.xml | 2 +- tika-gui-tools/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9430d64..7e90627 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pom.xml b/pom.xml index 885562c..99faba7 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ tika-gui-v2 org.tallison - 1.0.0-BETA2 + 1.0.0-BETA3 pom diff --git a/tika-gui-app/pom.xml b/tika-gui-app/pom.xml index 5dc3012..20b2a6e 100644 --- a/tika-gui-app/pom.xml +++ b/tika-gui-app/pom.xml @@ -23,7 +23,7 @@ tika-gui-v2 org.tallison - 1.0.0-BETA2 + 1.0.0-BETA3 tika-gui-app diff --git a/tika-gui-tools/pom.xml b/tika-gui-tools/pom.xml index 8da65bd..3597f8d 100644 --- a/tika-gui-tools/pom.xml +++ b/tika-gui-tools/pom.xml @@ -23,7 +23,7 @@ tika-gui-v2 org.tallison - 1.0.0-BETA2 + 1.0.0-BETA3 tika-gui-tools