File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dump_review_kit() {
55
55
wget -q -O - https://raw.githubusercontent.com/apache/logging-parent/main/.github/release-review-kit.txt \
56
56
| sed -n ' /-----8<-----~( cut here )~-----8<-----/,$p' \
57
57
| tail -n +2 \
58
- | sed -r ' s!^! !g'
58
+ | sed -r -e " s/@PROJECT_DIST_DIR@/ $PROJECT_DIST_DIR /g " -e " s/@PROJECT_VERSION@/ $PROJECT_VERSION /g " -e ' s!^! !g'
59
59
}
60
60
61
61
dump_release_notes () {
@@ -77,7 +77,7 @@ Website: $PROJECT_STAGING_SITE-$PROJECT_VERSION
77
77
GitHub: $PROJECT_REPO
78
78
Commit: $COMMIT_ID
79
79
Distribution: $PROJECT_DIST_DIR
80
- Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1113
80
+ Nexus: https://repository.apache.org/content/repositories/orgapachelogging-<CHECK>
81
81
Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
82
82
83
83
Please download, test, and cast your votes on this mailing list.
You can’t perform that action at this time.
0 commit comments