Skip to content

Commit 7f64276

Browse files
committed
prep for beta5 release
1 parent a56b688 commit 7f64276

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jackson-databind, for example...
4848
Ideally, there will be some user interface to visualize information from
4949
a run of Tika via tika-eval.
5050

51+
# Version Notes
52+
53+
* 1.0.0-BETA5 -- this has known regressions in commons-compress and should be used for demo purposes only.
54+
5155
# Release Notes
5256
At some point, we should use jreleaser. We aren't yet doing that.
5357

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

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

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

6266
Change the version back to the development/SNAPSHOT version.
6367

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

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<artifactId>tika-gui-v2</artifactId>
3232
<groupId>org.tallison</groupId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.0.0-BETA5</version>
3434

3535
<packaging>pom</packaging>
3636

tika-gui-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tika-gui-v2</artifactId>
2525
<groupId>org.tallison</groupId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-BETA5</version>
2727
</parent>
2828

2929
<artifactId>tika-gui-app</artifactId>

tika-gui-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>tika-gui-v2</artifactId>
2525
<groupId>org.tallison</groupId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0-BETA5</version>
2727
</parent>
2828

2929
<artifactId>tika-gui-tools</artifactId>

0 commit comments

Comments
 (0)