Skip to content

Commit

Permalink
bump version in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jun 16, 2023
1 parent 3363d6d commit 4d2a57d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

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

0 comments on commit 4d2a57d

Please sign in to comment.