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 2020/08/10 17:25:28 UTC

[tinkerpop] branch master updated (215faa7 -> 47ac08b)

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 215faa7  Update site for 3.4.8 release CTR
     add a9dcb29  Bump to 3.4.9-SNAPSHOT CTR
     new 47ac08b  Merge branch '3.4-dev'

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                                | 5 +++++
 docs/src/upgrade/release-3.4.x.asciidoc           | 7 +++++++
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)


[tinkerpop] 01/01: Merge branch '3.4-dev'

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 47ac08bbc12ac7d3f39abd1461c74866ae22186b
Merge: 215faa7 a9dcb29
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Aug 10 13:25:09 2020 -0400

    Merge branch '3.4-dev'

 CHANGELOG.asciidoc                                | 5 +++++
 docs/src/upgrade/release-3.4.x.asciidoc           | 7 +++++++
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --cc gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 687f6ca,33ad0a6..3acc7a4
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@@ -61,8 -61,8 +61,8 @@@ NOTE that versions suffixed with "-rc" 
    </PropertyGroup>
  
    <ItemGroup>
-     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />    
 -    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
 -    <PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
++    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
 +    <PackageReference Include="System.Text.Json" Version="4.7.1" />
      <PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
      <PackageReference Include="Polly" Version="7.2.0" />
    </ItemGroup>