Github user vrozov commented on a diff in the pull request:
https://github.com/apache/incubator-apex-site/pull/12#discussion_r51583249
--- Diff: src/md/release.md ---
@@ -193,7 +193,14 @@ git checkout release-3.2
dv=3.2.0-incubating-SNAPSHOT
rv=3.2.1-incubating-SNAPSHOT
for a in `git grep -l "${dv}"`; do echo $a; sed -i
's/'"${dv}"'/'"${rv}"'/g' $a; done
+```
+Upgrade base version for semantic versioning maven plugin to the published
release (X.Y.Z). If there are new artifacts published to maven repositories
--- End diff --
Once release repository is promoted, how long it may take for release
artifacts to be visible?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---