You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/10/16 20:49:20 UTC

[tinkerpop] branch master updated (1a968f8 -> c0d6ec1)

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

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


    from 1a968f8  Added the "3" back - accidentally deleted at some point CTR
     add cf3173f  TinkerPop 3.2.10 release
     add ee225c3  Should verify SHA512 checksum - CTR
     add 7394c7f  Merge remote-tracking branch 'origin/tp32' into tp33
     add a4d2bb9  Updated changelog for 3.3.4 release CTR
     add 387e10e  Update upgrade docs for 3.3.4 release CTR
     add 90e99cd  Updated website for 3.2.10/3.3.4 release CTR
     add 4d3a319  TinkerPop 3.3.4 release
     new 2ae5d8e  Merge branch 'tp33'
     new c0d6ec1  Temporarily kill the revapi thingy so that stuff can build while 3.3.3 is in the wind CTR

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:
 CHANGELOG.asciidoc                                 | 118 ++++++++++++++++++++-
 bin/validate-distribution.sh                       |   6 +-
 docs/site/home/downloads.html                      |  60 +++++++++--
 docs/site/home/index.html                          |  10 +-
 docs/site/home/template/header-footer.html         |  12 +--
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |   2 +-
 docs/src/upgrade/release-3.3.x.asciidoc            |   2 +-
 gremlin-core/pom.xml                               |   2 +-
 8 files changed, 182 insertions(+), 30 deletions(-)


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

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2ae5d8efa764487779c70206f5e870ace2902603
Merge: 1a968f8 4d3a319
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Oct 16 15:23:04 2018 -0400

    Merge branch 'tp33'
    
    Conflicts:
    	giraph-gremlin/pom.xml
    	gremlin-archetype/gremlin-archetype-dsl/pom.xml
    	gremlin-archetype/gremlin-archetype-server/pom.xml
    	gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml
    	gremlin-archetype/pom.xml
    	gremlin-console/bin/gremlin.sh
    	gremlin-console/pom.xml
    	gremlin-core/pom.xml
    	gremlin-dotnet/pom.xml
    	gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
    	gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.nuspec
    	gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
    	gremlin-dotnet/src/pom.xml
    	gremlin-dotnet/test/pom.xml
    	gremlin-driver/pom.xml
    	gremlin-groovy/pom.xml
    	gremlin-javascript/pom.xml
    	gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
    	gremlin-python/pom.xml
    	gremlin-server/pom.xml
    	gremlin-shaded/pom.xml
    	gremlin-test/pom.xml
    	gremlin-tools/gremlin-benchmark/pom.xml
    	gremlin-tools/gremlin-coverage/pom.xml
    	gremlin-tools/gremlin-io-test/pom.xml
    	gremlin-tools/pom.xml
    	hadoop-gremlin/pom.xml
    	neo4j-gremlin/pom.xml
    	pom.xml
    	spark-gremlin/pom.xml
    	tinkergraph-gremlin/pom.xml

 CHANGELOG.asciidoc                                 | 118 ++++++++++++++++++++-
 bin/validate-distribution.sh                       |   6 +-
 docs/site/home/downloads.html                      |  60 +++++++++--
 docs/site/home/index.html                          |  10 +-
 docs/site/home/template/header-footer.html         |  12 +--
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |   2 +-
 docs/src/upgrade/release-3.3.x.asciidoc            |   2 +-
 7 files changed, 181 insertions(+), 29 deletions(-)



[tinkerpop] 02/02: Temporarily kill the revapi thingy so that stuff can build while 3.3.3 is in the wind CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c0d6ec1b38bf29dc6d23be9f17ad96962fe61e57
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Oct 16 16:48:19 2018 -0400

    Temporarily kill the revapi thingy so that stuff can build while 3.3.3 is in the wind CTR
---
 gremlin-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml
index fb4d2ee..2f489cd 100644
--- a/gremlin-core/pom.xml
+++ b/gremlin-core/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
     <artifactId>gremlin-core</artifactId>
     <name>Apache TinkerPop :: Gremlin Core</name>
     <properties>
-        <revapi.skip>false</revapi.skip>
+        <!-- <revapi.skip>false</revapi.skip> -->
     </properties>
     <dependencies>
         <dependency>