This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch docs-releasing in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 84f114725dd42d563149da2204d5d88ed77262f8 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Apr 23 11:18:33 2020 +0200 Fixed wrong repository to point for releasing --- RELEASING.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.adoc b/RELEASING.adoc index fb5e2ba..9be734f 100644 --- a/RELEASING.adoc +++ b/RELEASING.adoc @@ -5,6 +5,6 @@ https://camel.apache.org/release-guide.html In addition to the above, the following steps are needed: -* After releasing the staging repository on https://oss.sonatype.org, update the value of `camel-quarkus-last-release` +* After releasing the staging repository on https://repository.apache.org, update the value of `camel-quarkus-last-release` attribute in https://github.com/apache/camel-website/blob/master/site.yml#L36[site.yml of `camel-website`] and in -https://github.com/apache/camel-quarkus/blob/master/docs/site.yml#L19[site.yml of `camel-quarkus`]. \ No newline at end of file +https://github.com/apache/camel-quarkus/blob/master/docs/site.yml#L19[site.yml of `camel-quarkus`].
