Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1552 2896553b4 -> 2b70da928
TINKERPOP-1552 Bump to 3.2.6 in gremlin-dotnet Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2b70da92 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2b70da92 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2b70da92 Branch: refs/heads/TINKERPOP-1552 Commit: 2b70da928a8d6d0d40b7cd4b9eb535f849579395 Parents: 2896553 Author: Stephen Mallette <[email protected]> Authored: Fri Jun 23 13:07:45 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri Jun 23 13:07:45 2017 -0400 ---------------------------------------------------------------------- gremlin-dotnet/pom.xml | 2 +- gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +- gremlin-dotnet/src/pom.xml | 2 +- gremlin-dotnet/test/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b70da92/gremlin-dotnet/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml index 4bdf1e3..3360bbc 100644 --- a/gremlin-dotnet/pom.xml +++ b/gremlin-dotnet/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkerpop</artifactId> - <version>3.2.5-SNAPSHOT</version> + <version>3.2.6-SNAPSHOT</version> </parent> <artifactId>gremlin-dotnet</artifactId> <name>Apache TinkerPop :: Gremlin-DotNet</name> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b70da92/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj index 93f135c..0ff4537 100644 --- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj +++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj @@ -7,7 +7,7 @@ </PropertyGroup> <PropertyGroup Label="Package"> - <Version>3.2.5-beta1</Version> + <Version>3.2.6-beta1</Version> <Title>Gremlin-DotNet</Title> <Authors>Apache TinkerPop</Authors> <Description> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b70da92/gremlin-dotnet/src/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml index dd43b1f..50d4d56 100644 --- a/gremlin-dotnet/src/pom.xml +++ b/gremlin-dotnet/src/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-dotnet</artifactId> - <version>3.2.5-SNAPSHOT</version> + <version>3.2.6-SNAPSHOT</version> </parent> <artifactId>gremlin-dotnet-source</artifactId> <name>Apache TinkerPop :: Gremlin-DotNet - Source</name> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2b70da92/gremlin-dotnet/test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/test/pom.xml b/gremlin-dotnet/test/pom.xml index 8cdffa9..2cf2785 100644 --- a/gremlin-dotnet/test/pom.xml +++ b/gremlin-dotnet/test/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-dotnet</artifactId> - <version>3.2.5-SNAPSHOT</version> + <version>3.2.6-SNAPSHOT</version> </parent> <artifactId>gremlin-dotnet-tests</artifactId> <name>Apache TinkerPop :: Gremlin-DotNet - Tests</name>
