File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ jackson-databind, for example...
48
48
Ideally, there will be some user interface to visualize information from
49
49
a run of Tika via tika-eval.
50
50
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
+
51
55
# Release Notes
52
56
At some point, we should use jreleaser. We aren't yet doing that.
53
57
@@ -57,12 +61,12 @@ The release is currently triggered by pushing a tag starting with 'v'.
57
61
58
62
Before running this, change the version to the version you intend to release.
59
63
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 ```
61
65
62
66
Change the version back to the development/SNAPSHOT version.
63
67
64
68
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 ```
66
70
67
71
We should figure out how to sign artifacts and offer sha256s. Again, see jreleaser above.
68
72
Original file line number Diff line number Diff line change 30
30
31
31
<artifactId >tika-gui-v2</artifactId >
32
32
<groupId >org.tallison</groupId >
33
- <version >1.0.0-SNAPSHOT </version >
33
+ <version >1.0.0-BETA5 </version >
34
34
35
35
<packaging >pom</packaging >
36
36
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >tika-gui-v2</artifactId >
25
25
<groupId >org.tallison</groupId >
26
- <version >1.0.0-SNAPSHOT </version >
26
+ <version >1.0.0-BETA5 </version >
27
27
</parent >
28
28
29
29
<artifactId >tika-gui-app</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >tika-gui-v2</artifactId >
25
25
<groupId >org.tallison</groupId >
26
- <version >1.0.0-SNAPSHOT </version >
26
+ <version >1.0.0-BETA5 </version >
27
27
</parent >
28
28
29
29
<artifactId >tika-gui-tools</artifactId >
You can’t perform that action at this time.
0 commit comments