Skip to content

Commit 78342f3

Browse files
committed
Bumping version back to snapshot
1 parent 575c738 commit 78342f3

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

RELEASE.md

+5-20
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,8 @@ Release process:
5959
- Publish the release
6060
9. In Sonatype:
6161
- Go to Staging Repositories
62-
- Select the repository and click Close
63-
64-
**TODO: CHECK EVERYTHING BELOW THIS POINT!**
65-
66-
1. Run:
67-
68-
```sh
69-
DEPLOY_USER=<YOUR USERNAME> DEPLOY_PASS=<YOUR PASSWORD> \
70-
GPG_USER=<YOUR GPG MAIL ADDRESS> \
71-
buildr release
72-
```
73-
74-
2. Go to the [staging repository](https://oss.sonatype.org/#stagingRepositories)
75-
and manually inspect the repository contents.
76-
3. Once satisfied that everything is present, Close the staging repository.
77-
All of their checks should pass at this point.
78-
4. Smoke test the new artifacts by pointing some other build at the staging
79-
repository and checking that it still builds.
80-
5. Release the staging repository, and the artifact should become visible
81-
in the public repository.
62+
- Select the repository and click Close.
63+
All of their checks should pass at this point.
64+
10. Smoke test the new artifacts by pointing some other build at the staging
65+
repository and checking that it still builds.
66+
11. Click Release

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
version = "0.6.0"
2+
version = "0.6.1-SNAPSHOT"
33
group = "garden.ephemeral.luceneupgrader"
44
description = "Lucene Index Upgrader"
55

0 commit comments

Comments
 (0)