You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/05/21 12:21:52 UTC

[tinkerpop] branch master updated (fa28560 -> 9a80184)

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

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


    from fa28560  Needed to regenerate gremlin-javascript after DSL support was added
     new a794617  Security review for non-https dependency urls - CTR
     new 9a80184  Merge branch 'tp33'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[tinkerpop] 01/02: Security review for non-https dependency urls - CTR

Posted by rd...@apache.org.
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 a7946171d2d42a9e6a511e2bce0a2e0b67b006b4
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Tue May 21 08:20:30 2019 -0400

    Security review for non-https dependency urls - CTR
---
 docs/src/dev/developer/release.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index 1325b31..c7cef59 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -49,7 +49,7 @@ For JVM-based artifacts, simply use the following command:
 [source,text]
 mvn clean deploy
 
-and artifacts will be pushed to the link:http://repository.apache.org/snapshots/[Apache Snapshot Repository]. GLV
+and artifacts will be pushed to the link:https://repository.apache.org/snapshots/[Apache Snapshot Repository]. GLV
 development artifacts must be generated and deployed separately with additional commands:
 
 [source,text]
@@ -252,7 +252,7 @@ and link:https://hub.docker.com/r/tinkerpop/gremlin-server/[Server]
 . `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)
 . 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.


[tinkerpop] 02/02: Merge branch 'tp33'

Posted by rd...@apache.org.
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 <ro...@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`.