You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ During the staging step, we must create a source distribution & stage any binary
54
54
* upload the source distribution to the Github `grails-core` release
55
55
6. Kick off the `Release - Upload to dist.apache.org` workflow from `release-upload.yml` in `grails-core`. This job will:
56
56
* 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)
60
60
61
61
## 2. Verifying Artifacts are Authentic
62
62
@@ -73,7 +73,7 @@ For Example:
73
73
74
74
### Download the Staged Artifacts
75
75
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).
@@ -335,7 +335,7 @@ To remove a Nexus staging repo, run the workflow `Release - Drop Nexus Staging`
335
335
336
336
## Rollback Distribution
337
337
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)
339
339
340
340
# Appendix: GPG Configuration
341
341
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