This is an automated email from the ASF dual-hosted git repository.
dkuppitz pushed a change to branch TINKERPOP-2124
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard eb87f727 TINKERPOP-2124 Fixed and/or folding in `InlineFilterStrategy`.
add 277194c TinkerPop 3.2.11 release
add 437b0f6 Fixed 2018 nonsense for release date CTR
add b75a703 fixed link - CTR
add 28b6322 Override the apache-release profile
add dfc88b4 CTR: create .glv files before building project in validation
script
add a21001a Add .glv to gremlin-javascript for docker builds CTR
add 82f0590 Remove latest tag from tp33 TINKERPOP-1980 CTR
add 60fd135 Bump to 3.3.6-SNAPSHOT
new e21f31d TINKERPOP-2124 Fixed and/or folding in `InlineFilterStrategy`.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (eb87f727)
\
N -- N -- N refs/heads/TINKERPOP-2124 (e21f31d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 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 | 45 ++++++++-
bin/validate-distribution.sh | 1 +
docker/scripts/build.sh | 4 +-
docs/src/upgrade/release-3.3.x.asciidoc | 8 +-
giraph-gremlin/pom.xml | 2 +-
gremlin-archetype/gremlin-archetype-dsl/pom.xml | 2 +-
gremlin-archetype/gremlin-archetype-server/pom.xml | 2 +-
.../gremlin-archetype-tinkergraph/pom.xml | 2 +-
gremlin-archetype/pom.xml | 2 +-
gremlin-console/bin/gremlin.sh | 2 +-
gremlin-console/pom.xml | 23 +----
gremlin-core/pom.xml | 2 +-
gremlin-dotnet/pom.xml | 2 +-
.../Gremlin.Net.Template.csproj | 2 +-
.../Gremlin.Net.Template.nuspec | 2 +-
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 4 +-
gremlin-dotnet/src/pom.xml | 2 +-
gremlin-dotnet/test/pom.xml | 2 +-
gremlin-driver/pom.xml | 2 +-
gremlin-groovy/pom.xml | 2 +-
gremlin-javascript/pom.xml | 2 +-
.../javascript/gremlin-javascript/package.json | 2 +-
gremlin-python/pom.xml | 2 +-
gremlin-server/pom.xml | 23 +----
gremlin-shaded/pom.xml | 2 +-
gremlin-test/pom.xml | 2 +-
gremlin-tools/gremlin-benchmark/pom.xml | 2 +-
gremlin-tools/gremlin-coverage/pom.xml | 2 +-
gremlin-tools/gremlin-io-test/pom.xml | 2 +-
gremlin-tools/pom.xml | 2 +-
hadoop-gremlin/pom.xml | 2 +-
neo4j-gremlin/pom.xml | 2 +-
pom.xml | 57 +++++++++++-
source-release.xml | 101 +++++++++++++++++++++
spark-gremlin/pom.xml | 2 +-
tinkergraph-gremlin/pom.xml | 2 +-
36 files changed, 241 insertions(+), 79 deletions(-)
create mode 100644 source-release.xml