Skip to content

Commit fb778e0

Browse files
committed
update dist paths so that grails-core publishes to core
1 parent a81044a commit fb778e0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

RELEASE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ During the staging step, we must create a source distribution & stage any binary
5454
* upload the source distribution to the Github `grails-core` release
5555
6. Kick off the `Release - Upload to dist.apache.org` workflow from `release-upload.yml` in `grails-core`. This job will:
5656
* update the KEYS file under https://dist.apache.org/repos/dist/release/grails/KEYS with the version in the tagged source code
57-
* upload the source distribution to https://dist.apache.org/repos/dist/dev/grails/VERSION/sources
58-
* upload the grails-wrapper binary distribution to https://dist.apache.org/repos/dist/dev/grails/VERSION/distribution
59-
* upload the grails binary distribution to https://dist.apache.org/repos/dist/dev/grails/VERSION/distribution (note: this is the sdkman artifact)
57+
* upload the source distribution to https://dist.apache.org/repos/dist/dev/grails/core/VERSION/sources
58+
* upload the grails-wrapper binary distribution to https://dist.apache.org/repos/dist/dev/grails/core/VERSION/distribution
59+
* upload the grails binary distribution to https://dist.apache.org/repos/dist/dev/grails/core/VERSION/distribution (note: this is the sdkman artifact)
6060

6161
## 2. Verifying Artifacts are Authentic
6262

@@ -73,7 +73,7 @@ For Example:
7373

7474
### Download the Staged Artifacts
7575

76-
Use `etc/bin/download-release-artifacts.sh` to download the staged artifacts. This script will download the source distribution, wrapper binary distribution, and sdkman binary distribution. The distribution should come from [https://dist.apache.org/repos/dist/dev/grails/version](https://dist.apache.org/repos/dist/dev/grails).
76+
Use `etc/bin/download-release-artifacts.sh` to download the staged artifacts. This script will download the source distribution, wrapper binary distribution, and sdkman binary distribution. The distribution should come from [https://dist.apache.org/repos/dist/dev/grails/core/version](https://dist.apache.org/repos/dist/dev/grails/core).
7777

7878
### Source Distribution Verification
7979

@@ -234,8 +234,8 @@ https://github.com/apache/grails-forge/releases/tag/v7.0.0-M4
234234
Tag commit id: <commit hash>
235235

236236
The artifacts to be voted on are located as follows (<svn version revision>):
237-
Source release: https://dist.apache.org/repos/dist/dev/grails/7.0.0-M4/sources
238-
Binary distributions: https://dist.apache.org/repos/dist/dev/grails/7.0.0-M4/distribution
237+
Source release: https://dist.apache.org/repos/dist/dev/grails/core/7.0.0-M4/sources
238+
Binary distributions: https://dist.apache.org/repos/dist/dev/grails/core/7.0.0-M4/distribution
239239

240240
Release artifacts are signed with a key from the following file:
241241
https://dist.apache.org/repos/dist/release/grails/KEYS
@@ -304,8 +304,8 @@ https://github.com/apache/grails-forge/releases/tag/v7.0.0-M4
304304
Tag commit id: <commit hash>
305305

306306
The artifacts to be voted on are located as follows (<svn version revision>):
307-
Source release: https://dist.apache.org/repos/dist/dev/grails/7.0.0-M4/sources
308-
Binary distributions: https://dist.apache.org/repos/dist/dev/grails/7.0.0-M4/distribution
307+
Source release: https://dist.apache.org/repos/dist/dev/grails/core/7.0.0-M4/sources
308+
Binary distributions: https://dist.apache.org/repos/dist/dev/grails/core/7.0.0-M4/distribution
309309

310310
Release artifacts are signed with a key from the following file:
311311
https://dist.apache.org/repos/dist/release/grails/KEYS
@@ -335,7 +335,7 @@ To remove a Nexus staging repo, run the workflow `Release - Drop Nexus Staging`
335335
336336
## Rollback Distribution
337337
338-
To remove the staged distribution, use your SVN credentials to remove the version directory at [https://dist.apache.org/repos/dist/dev/grails](https://dist.apache.org/repos/dist/dev/grails)
338+
To remove the staged distribution, use your SVN credentials to remove the version directory at [https://dist.apache.org/repos/dist/dev/grails/core](https://dist.apache.org/repos/dist/dev/grails/core)
339339
340340
# Appendix: GPG Configuration
341341
If you wish to verify any artifact manually, you must trust the key used to build Grails. To do so, it's best to download the KEYS file that was published to the official location:

0 commit comments

Comments
 (0)