First: $ bin/validate-distribution.sh 3.1.2-incubating
Validating binary distributions * downloading Apache Gremlin Console (apache-gremlin-console-3.1.2-incubating-bin.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 chacksum ... OK * unzipping Apache Gremlin Console ... OK * validating Apache Gremlin Console's docs ... OK * validating Apache Gremlin Console's binaries ... OK * validating Apache Gremlin Console's legal files ... * LICENSE ... OK * NOTICE ... OK * DISCLAIMER ... OK * validating Apache Gremlin Console's plugin directory ... OK * validating Apache Gremlin Console's lib directory ... OK * testing script evaluation ... OK * downloading Apache Gremlin Server (apache-gremlin-server-3.1.2-incubating-bin.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 chacksum ... OK * unzipping Apache Gremlin Server ... OK * validating Apache Gremlin Server's docs ... OK * validating Apache Gremlin Server's binaries ... OK * validating Apache Gremlin Server's legal files ... * LICENSE ... OK * NOTICE ... OK * DISCLAIMER ... OK * validating Apache Gremlin Server's plugin directory ... OK * validating Apache Gremlin Server's lib directory ... OK Validating source distribution * downloading Apache Tinkerpop 3.1.2 (apache-tinkerpop-3.1.2-incubating-src.zip)... OK * validating signatures and checksums ... * PGP signature ... OK * MD5 checksum ... OK * SHA1 chacksum ... OK * unzipping Apache Tinkerpop 3.1.2 ... OK OK Next I ran docker/build.sh -t -i -n -d (which compiles the project, runs every single test we have and generates the User Docs). I wasn't able to generate the JavaDocs; this was the error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc (aggregate-core-in-default-lifecycle) on project tinkerpop: An error has occurred in JavaDocs report generation: artifact not found - Could not find artifact org.apache.tinkerpop:gremlin-shaded:jar:3.1.2-incubating in central (http://repo.maven.apache.org/maven2) But since I see that the JavaDocs were published, I guess that's a problem on my side..? Besides that JavaDoc issue everything looks pretty good. For the next release we should fix the typo though (SHA1 ch*a*cksum). VOTE: +1 Cheers, Daniel On Fri, Apr 8, 2016 at 10:43 PM, Stephen Mallette <spmalle...@gmail.com> wrote: > Hello, > > We are happy to announce that TinkerPop 3.1.2-incubating ready for release. > > NOTE that this is a tandem release in that 3.2.0-incubating is also > available and up for VOTE separately on a different thread. > > The release artifacts can be found at this location: > > https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/ > > The source distribution is provided by: > apache-tinkerpop-3.1.2-incubating-src.zip > > Two binary distributions are provided for user convenience: > apache-gremlin-console-3.1.2-incubating-bin.zip > apache-gremlin-server-3.1.2-incubating-bin.zip > > The GPG key used to sign the release artifacts is available at: > https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS > > The online docs can be found here: > http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user docs) > http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade docs) > http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core javadoc) > http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full javadoc) > > The tag in Apache Git can be found here: > > https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce > > The release notes are available here: > > https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016 > > The [VOTE] will be open for the next 72 hours --- closing Monday (April 11, > 2016) at 5 pm EST. > > My vote is +1. > > Thank you very much, > Stephen >