This is an automated email from the ASF dual-hosted git repository.

rdale pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 9a80184ae51c9084529a4fb74634b76f8b31fbf0
Merge: fa28560 a794617
Author: Robert Dale <robd...@gmail.com>
AuthorDate: Tue May 21 08:21:03 2019 -0400

    Merge branch 'tp33'

 docs/src/dev/developer/release.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --cc docs/src/dev/developer/release.asciidoc
index bdece6f,c7cef59..d78cef0
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@@ -254,9 -252,8 +254,9 @@@ and link:https://hub.docker.com/r/tinke
  . `svn co --depth empty https://dist.apache.org/repos/dist/release/tinkerpop 
release; mkdir release/xx.yy.zz`
  . Copy release files from `dev/xx.yy.zz` to `release/xx.yy.zz`.
  . `cd release; svn add xx.yy.zz/; svn ci -m "TinkerPop xx.yy.zz release"`
- . Wait for Apache Sonatype to sync the artifacts to Maven Central at 
(link:http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[http://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
+ . Wait for Apache Sonatype to sync the artifacts to Maven Central at 
(link:https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/[https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/]).
  . Report the release through 
link:https://reporter.apache.org/addrelease.html?tinkerpop[reporter.apache.org] 
(an email reminder should arrive shortly following the svn command above to do 
the release)
 +. Update the `site/downloads.html` - provide the contents for the modal that 
pops up from the "contributors" link.
  . Wait for zip distributions to sync to the Apache mirrors (i.e ensure the 
download links work from a mirror).
  . `bin/publish-home.sh <username>` to publish the updated web site with new 
releases.
  . Execute `bin/update-current-docs.sh` to migrate to the latest documentation 
set for `/current`.

Reply via email to