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/09/27 15:02:34 UTC

[1/2] tinkerpop git commit: Updated nuget URL CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 2783134b2 -> ef20b764b


Updated nuget URL CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/07ab226c
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/07ab226c
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/07ab226c

Branch: refs/heads/tp33
Commit: 07ab226ce2b7a5357a8367ccefadf959c2c07ec7
Parents: d516c68
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 27 11:01:28 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 27 11:01:45 2018 -0400

----------------------------------------------------------------------
 gremlin-dotnet/src/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/07ab226c/gremlin-dotnet/src/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml
index 664522a..aca3875 100644
--- a/gremlin-dotnet/src/pom.xml
+++ b/gremlin-dotnet/src/pom.xml
@@ -186,10 +186,10 @@ limitations under the License.
                                         the "ConfigFile" option to nuget.
                                         -->
                                         <exec executable="mono" failonerror="true">
-                                            <arg line="${nugetExe} push Gremlin.Net/bin/Gremlin.Net.*.nupkg -Source https://www.nuget.org/api/v2/package -ConfigFile ${user.home}/.config/NuGet/NuGet.Config"/>
+                                            <arg line="${nugetExe} push Gremlin.Net/bin/Gremlin.Net.*.nupkg -Source https://api.nuget.org/v3/index.json -ConfigFile ${user.home}/.config/NuGet/NuGet.Config"/>
                                         </exec>
                                         <exec executable="mono" failonerror="true">
-                                            <arg line="${nugetExe} push Gremlin.Net.Template.*.nupkg -Source https://www.nuget.org/api/v2/package -ConfigFile ${user.home}/.config/NuGet/NuGet.Config"/>
+                                            <arg line="${nugetExe} push Gremlin.Net.Template.*.nupkg -Source https://api.nuget.org/v3/index.json -ConfigFile ${user.home}/.config/NuGet/NuGet.Config"/>
                                         </exec>
                                     </tasks>
                                 </configuration>


[2/2] tinkerpop git commit: Merge branch 'tp32' into tp33

Posted by sp...@apache.org.
Merge branch 'tp32' into tp33


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ef20b764
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ef20b764
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ef20b764

Branch: refs/heads/tp33
Commit: ef20b764b19cc38c89a671d7bd32db2dcfa3677a
Parents: 2783134 07ab226
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Sep 27 11:01:54 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Sep 27 11:01:54 2018 -0400

----------------------------------------------------------------------
 gremlin-dotnet/src/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ef20b764/gremlin-dotnet/src/pom.xml
----------------------------------------------------------------------