From 4d2a57da92241ace0a0227a9e9aeb711d421298f Mon Sep 17 00:00:00 2001 From: tballison Date: Fri, 16 Jun 2023 12:30:23 -0400 Subject: [PATCH] bump version in prep for release --- README.md | 4 ++-- pom.xml | 2 +- tika-gui-app/pom.xml | 2 +- tika-gui-tools/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf97be9..9430d64 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,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-BETA1" -m "v1.0.0-BETA1 release" && git push origin v1.0.0-BETA1``` +```git tag -a "v1.0.0-BETA2" -m "v1.0.0-BETA2 release" && git push origin v1.0.0-BETA2``` 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-BETA1 && git tag --delete v1.0.0-BETA1``` +```git push --delete origin v1.0.0-BETA2 && git tag --delete v1.0.0-BETA2``` We should figure out how to sign artifacts and offer sha256s. Again, see jreleaser above. diff --git a/pom.xml b/pom.xml index 0c1ddb7..4f598c3 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ tika-gui-v2 org.tallison - 1.0.0-BETA1 + 1.0.0-BETA2 pom diff --git a/tika-gui-app/pom.xml b/tika-gui-app/pom.xml index 2b51bd8..f15052a 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-BETA1 + 1.0.0-BETA2 tika-gui-app diff --git a/tika-gui-tools/pom.xml b/tika-gui-tools/pom.xml index 1409f38..8da65bd 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-BETA1 + 1.0.0-BETA2 tika-gui-tools