This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/master by this push:
new 4188f6d62d TinkerPop 4.0.0-beta.1 release
4188f6d62d is described below
commit 4188f6d62d1ddaae246da23d6610c9d55ca03e54
Author: Cole-Greer <[email protected]>
AuthorDate: Fri Jan 17 17:53:19 2025 -0800
TinkerPop 4.0.0-beta.1 release
---
CHANGELOG.asciidoc | 8 ++++----
docs/src/upgrade/release-4.x.x.asciidoc | 8 ++++----
gremlin-annotations/pom.xml | 2 +-
gremlin-console/bin/gremlin.sh | 2 +-
gremlin-console/pom.xml | 2 +-
gremlin-core/pom.xml | 2 +-
.../src/main/java/org/apache/tinkerpop/gremlin/util/Gremlin.java | 2 +-
.../test/java/org/apache/tinkerpop/gremlin/util/GremlinTest.java | 8 ++++++--
gremlin-dotnet/pom.xml | 2 +-
.../src/Gremlin.Net.Template/Gremlin.Net.Template.csproj | 2 +-
.../src/Gremlin.Net.Template/Gremlin.Net.Template.nuspec | 2 +-
gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs | 2 +-
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
gremlin-dotnet/src/pom.xml | 2 +-
gremlin-dotnet/test/pom.xml | 2 +-
gremlin-driver/pom.xml | 2 +-
gremlin-go/driver/user_agent.go | 2 +-
gremlin-go/pom.xml | 2 +-
gremlin-groovy/pom.xml | 2 +-
gremlin-javascript/pom.xml | 2 +-
.../src/main/javascript/gremlin-javascript/lib/utils.ts | 2 +-
.../src/main/javascript/gremlin-javascript/package.json | 2 +-
gremlin-language/pom.xml | 2 +-
gremlin-python/pom.xml | 2 +-
gremlin-python/src/main/python/gremlin_python/driver/useragent.py | 2 +-
gremlin-server/pom.xml | 2 +-
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-socket-server/pom.xml | 2 +-
gremlin-tools/pom.xml | 2 +-
gremlin-util/pom.xml | 2 +-
gremlint/package.json | 2 +-
gremlint/pom.xml | 2 +-
hadoop-gremlin/pom.xml | 2 +-
neo4j-gremlin/pom.xml | 2 +-
pom.xml | 2 +-
spark-gremlin/pom.xml | 2 +-
sparql-gremlin/pom.xml | 2 +-
tinkergraph-gremlin/pom.xml | 2 +-
41 files changed, 52 insertions(+), 48 deletions(-)
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 5febbf8932..dc7a57c772 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -16,12 +16,12 @@ limitations under the License.
////
= TinkerPop CHANGELOG
-== TinkerPop 4.0.0
+== TinkerPop 4.0.0 (Gremlin's Wildest Dreams)
-image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-standing.png[width=185]
+image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlins-wildest-dreams.png[width=185]
-[[release-4-0-0]]
-=== TinkerPop 4.0.0 (NOT OFFICIALLY RELEASED YET)
+[[release-4-0-0-beta-1]]
+=== TinkerPop 4.0.0-beta.1 (January 17, 2025)
* Added support for deserialization of `Set` for `gremlin-javascript`.
* Added grammar-based `Translator` for all languages including explicit ones
for Java and anonymization.
diff --git a/docs/src/upgrade/release-4.x.x.asciidoc
b/docs/src/upgrade/release-4.x.x.asciidoc
index 9862e087bf..dc20ee7759 100644
--- a/docs/src/upgrade/release-4.x.x.asciidoc
+++ b/docs/src/upgrade/release-4.x.x.asciidoc
@@ -17,15 +17,15 @@ limitations under the License.
= TinkerPop 4.0.0
-image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-standing.png[width=185]
+image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlins-wildest-dreams.png[width=185]
-*4.0.0*
+*Gremlin's Wildest Dreams*
== TinkerPop 4.0.0-beta.1
-*Release Date: NOT OFFICIALLY RELEASED YET*
+*Release Date: January 17, 2025*
-Please see the
link:https://github.com/apache/tinkerpop/blob/4.0.0/CHANGELOG.asciidoc#release-4-0-0[changelog]
for a
+Please see the
link:https://github.com/apache/tinkerpop/blob/4.0.0-beta.1/CHANGELOG.asciidoc#release-4-0-0-beta-1[changelog]
for a
complete list of all the modifications that are part of this release.
NOTE: 4.0.0-beta.1 is a beta/milestone release. It is for meant as a preview
version to try out the new HTTP API
diff --git a/gremlin-annotations/pom.xml b/gremlin-annotations/pom.xml
index 6b155a2fd7..8cd72139a5 100644
--- a/gremlin-annotations/pom.xml
+++ b/gremlin-annotations/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>tinkerpop</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-annotations</artifactId>
diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh
index b8cb4ab153..48c22bbb25 120000
--- a/gremlin-console/bin/gremlin.sh
+++ b/gremlin-console/bin/gremlin.sh
@@ -1 +1 @@
-../target/apache-tinkerpop-gremlin-console-4.0.0-SNAPSHOT-standalone/bin/gremlin.sh
\ No newline at end of file
+../target/apache-tinkerpop-gremlin-console-4.0.0-beta.1-standalone/bin/gremlin.sh
\ No newline at end of file
diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index e055265ed0..688fd7006e 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>tinkerpop</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-console</artifactId>
<name>Apache TinkerPop :: Gremlin Console</name>
diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml
index b0d53e0b1c..c5f5e27843 100644
--- a/gremlin-core/pom.xml
+++ b/gremlin-core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-core</artifactId>
<name>Apache TinkerPop :: Gremlin Core</name>
diff --git
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/Gremlin.java
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/Gremlin.java
index 878eaa9ae2..5b75b652e6 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/Gremlin.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/Gremlin.java
@@ -24,7 +24,7 @@ import java.io.IOException;
* @author Stephen Mallette (http://stephen.genoprime.com)
*/
public final class Gremlin {
- private final static String gremlinVersion = "4.0.0-SNAPSHOT"; // DO NOT
MODIFY - Configured automatically by Maven Replacer Plugin
+ private final static String gremlinVersion = "4.0.0-beta.1"; // DO NOT
MODIFY - Configured automatically by Maven Replacer Plugin
private Gremlin() {
}
diff --git
a/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/util/GremlinTest.java
b/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/util/GremlinTest.java
index 2767555b2e..974bcf88a7 100644
---
a/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/util/GremlinTest.java
+++
b/gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/util/GremlinTest.java
@@ -35,8 +35,12 @@ public class GremlinTest {
@Test
public void shouldGetVersion() {
- //Remove -SNAPSHOT from version for test
- String[] version = Gremlin.version().replace("-SNAPSHOT",
"").split("\\.");
+ String versionString = Gremlin.version();
+ //Remove suffixes such as -SNAPSHOT from version for test
+ if (versionString.contains("-")) {
+ versionString = versionString.substring(0,
versionString.indexOf("-"));
+ }
+ String[] version = versionString.replace("-SNAPSHOT", "").split("\\.");
assertEquals("Gremlin.version() should be in format of x.y.z", 3,
version.length);
assertTrue("Major version should be greater than 3",
Integer.parseInt(version[0]) > 3);
diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml
index e00f0f45cb..b9d0f3117a 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>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-dotnet</artifactId>
<name>Apache TinkerPop :: Gremlin.Net</name>
diff --git
a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
index f9603f3b6c..92a4127227 100644
--- a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
@@ -29,7 +29,7 @@ limitations under the License.
<ProjectReference Include="../Gremlin.Net/Gremlin.Net.csproj" />
<!-- do not edit the version directly - maven updates it automatically -->
- <PackageReference Include="Gremlin.Net" Version="4.0.0-SNAPSHOT" />
+ <PackageReference Include="Gremlin.Net" Version="4.0.0-beta.1" />
</ItemGroup>
</Project>
diff --git
a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.nuspec
b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.nuspec
index f4091066e2..6ea76f6562 100644
--- a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.nuspec
+++ b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.nuspec
@@ -5,7 +5,7 @@
<title>Gremlin.Net Template</title>
<!-- do not edit the version directly - maven updates it automatically
-->
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
<description>Gremlin.Net template to create a console application with
dotnet new.</description>
<authors>Apache TinkerPop</authors>
diff --git a/gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs
b/gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs
index ad87fdab03..c2a2a1318a 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs
@@ -33,7 +33,7 @@ namespace Gremlin.Net.Driver
/// <summary>
/// Current TinkerPop version.
/// </summary>
- public static string GremlinVersion = "4.0.0-SNAPSHOT"; // DO NOT
MODIFY - Configured automatically by Maven Replacer Plugin
+ public static string GremlinVersion = "4.0.0-beta.1"; // DO NOT MODIFY
- Configured automatically by Maven Replacer Plugin
/// <summary>
/// The key for the unique identifier of the request.
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 0f1e9d5571..6f823acc9b 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -27,7 +27,7 @@ limitations under the License.
<PropertyGroup Label="Package">
<!-- do not edit the version directly - maven updates it automatically -->
- <Version>4.0.0-SNAPSHOT</Version>
+ <Version>4.0.0-beta.1</Version>
<Title>Gremlin.Net</Title>
<Authors>Apache TinkerPop</Authors>
<Description>Gremlin.Net for Apache TinkerPop™ is a language variant and
driver for .NET.
diff --git a/gremlin-dotnet/src/pom.xml b/gremlin-dotnet/src/pom.xml
index 69b75d4ddb..65ee62d763 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>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-dotnet-source</artifactId>
<name>Apache TinkerPop :: Gremlin.Net - Source</name>
diff --git a/gremlin-dotnet/test/pom.xml b/gremlin-dotnet/test/pom.xml
index 2bc97b23ed..8742129407 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>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-dotnet-tests</artifactId>
<name>Apache TinkerPop :: Gremlin.Net - Tests</name>
diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml
index 451c449e58..8524ee8063 100644
--- a/gremlin-driver/pom.xml
+++ b/gremlin-driver/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-driver</artifactId>
<name>Apache TinkerPop :: Gremlin Driver</name>
diff --git a/gremlin-go/driver/user_agent.go b/gremlin-go/driver/user_agent.go
index 16572e7b2d..20557bd6fc 100644
--- a/gremlin-go/driver/user_agent.go
+++ b/gremlin-go/driver/user_agent.go
@@ -37,7 +37,7 @@ var userAgent string
const userAgentHeader = "User-Agent"
-const gremlinVersion = "4.0.0-SNAPSHOT" // DO NOT MODIFY - Configured
automatically by Maven Replacer Plugin
+const gremlinVersion = "4.0.0-beta.1" // DO NOT MODIFY - Configured
automatically by Maven Replacer Plugin
func init() {
applicationName := "NotAvailable"
diff --git a/gremlin-go/pom.xml b/gremlin-go/pom.xml
index 272c0b0905..a08d28052c 100644
--- a/gremlin-go/pom.xml
+++ b/gremlin-go/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-go</artifactId>
<name>Apache TinkerPop :: Gremlin Go</name>
diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml
index d0ed1a9b11..146f980382 100644
--- a/gremlin-groovy/pom.xml
+++ b/gremlin-groovy/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-groovy</artifactId>
<name>Apache TinkerPop :: Gremlin Groovy</name>
diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml
index 4f0dabafa1..b0f71ddbf7 100644
--- a/gremlin-javascript/pom.xml
+++ b/gremlin-javascript/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-javascript</artifactId>
<name>Apache TinkerPop :: Gremlin Javascript</name>
diff --git
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/utils.ts
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/utils.ts
index f49b4d1d98..91340cd657 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/utils.ts
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/utils.ts
@@ -24,7 +24,7 @@
import * as uuid from 'uuid';
-const gremlinVersion = '4.0.0-SNAPSHOT'; // DO NOT MODIFY - Configured
automatically by Maven Replacer Plugin
+const gremlinVersion = '4.0.0-beta.1'; // DO NOT MODIFY - Configured
automatically by Maven Replacer Plugin
export function toLong(value: number | string) {
return new Long(value);
diff --git
a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
index 45951319a1..30c6df78a8 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "gremlin",
- "version": "4.0.0-alpha1",
+ "version": "4.0.0-beta.1",
"description": "JavaScript Gremlin Language Variant",
"author": "Apache TinkerPop team",
"keywords": [
diff --git a/gremlin-language/pom.xml b/gremlin-language/pom.xml
index 0d0a1de8a4..5cd6517683 100644
--- a/gremlin-language/pom.xml
+++ b/gremlin-language/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-language</artifactId>
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index 1f759a254a..47aa35cac5 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-python</artifactId>
<name>Apache TinkerPop :: Gremlin Python</name>
diff --git a/gremlin-python/src/main/python/gremlin_python/driver/useragent.py
b/gremlin-python/src/main/python/gremlin_python/driver/useragent.py
index fb08c5cdfa..bb0579c537 100644
--- a/gremlin-python/src/main/python/gremlin_python/driver/useragent.py
+++ b/gremlin-python/src/main/python/gremlin_python/driver/useragent.py
@@ -18,7 +18,7 @@
#
import platform
-gremlin_version = "4.0.0-SNAPSHOT" # DO NOT MODIFY - Configured automatically
by Maven Replacer Plugin
+gremlin_version = "4.0.0-beta.1" # DO NOT MODIFY - Configured automatically
by Maven Replacer Plugin
def _generate_user_agent():
application_name = "NotAvailable"
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index c7ce9b220a..3194c7b090 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-server</artifactId>
<name>Apache TinkerPop :: Gremlin Server</name>
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 235a3f0935..b225eef034 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-shaded</artifactId>
<name>Apache TinkerPop :: Gremlin Shaded</name>
diff --git a/gremlin-test/pom.xml b/gremlin-test/pom.xml
index f31296d2ff..6278fc06f0 100644
--- a/gremlin-test/pom.xml
+++ b/gremlin-test/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-test</artifactId>
<name>Apache TinkerPop :: Gremlin Test</name>
diff --git a/gremlin-tools/gremlin-benchmark/pom.xml
b/gremlin-tools/gremlin-benchmark/pom.xml
index c2537a8e1f..36e4b570fe 100644
--- a/gremlin-tools/gremlin-benchmark/pom.xml
+++ b/gremlin-tools/gremlin-benchmark/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>gremlin-tools</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-benchmark</artifactId>
diff --git a/gremlin-tools/gremlin-coverage/pom.xml
b/gremlin-tools/gremlin-coverage/pom.xml
index f69756f876..80cce1b67f 100644
--- a/gremlin-tools/gremlin-coverage/pom.xml
+++ b/gremlin-tools/gremlin-coverage/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>gremlin-tools</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-coverage</artifactId>
<name>Apache TinkerPop :: Gremlin Coverage</name>
diff --git a/gremlin-tools/gremlin-socket-server/pom.xml
b/gremlin-tools/gremlin-socket-server/pom.xml
index 90e3e15ac1..7077f96e64 100644
--- a/gremlin-tools/gremlin-socket-server/pom.xml
+++ b/gremlin-tools/gremlin-socket-server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>gremlin-tools</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/gremlin-tools/pom.xml b/gremlin-tools/pom.xml
index 569fe97e63..2955f331cf 100644
--- a/gremlin-tools/pom.xml
+++ b/gremlin-tools/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>tinkerpop</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlin-tools</artifactId>
diff --git a/gremlin-util/pom.xml b/gremlin-util/pom.xml
index fe6dda9494..6350c25493 100644
--- a/gremlin-util/pom.xml
+++ b/gremlin-util/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tinkerpop</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/gremlint/package.json b/gremlint/package.json
index 4e2f86645e..10d9945630 100644
--- a/gremlint/package.json
+++ b/gremlint/package.json
@@ -1,6 +1,6 @@
{
"name": "gremlint",
- "version": "4.0.0-alpha1",
+ "version": "4.0.0-beta.1",
"description": "Linter/code formatter for Gremlin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
diff --git a/gremlint/pom.xml b/gremlint/pom.xml
index 9217889464..0ebf9694e3 100644
--- a/gremlint/pom.xml
+++ b/gremlint/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>gremlint</artifactId>
<name>Apache TinkerPop :: Gremlint</name>
diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml
index ad1957e929..7506fbf1fb 100644
--- a/hadoop-gremlin/pom.xml
+++ b/hadoop-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>hadoop-gremlin</artifactId>
<name>Apache TinkerPop :: Hadoop Gremlin</name>
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index c0da86a3bd..1519971024 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>neo4j-gremlin</artifactId>
<name>Apache TinkerPop :: Neo4j Gremlin</name>
diff --git a/pom.xml b/pom.xml
index 3fedbf244e..b54bb95015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
</parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
<packaging>pom</packaging>
<name>Apache TinkerPop</name>
<description>A Graph Computing Framework</description>
diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml
index b5751b8a8c..4d996dabee 100644
--- a/spark-gremlin/pom.xml
+++ b/spark-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>spark-gremlin</artifactId>
<name>Apache TinkerPop :: Spark Gremlin</name>
diff --git a/sparql-gremlin/pom.xml b/sparql-gremlin/pom.xml
index df98d7bff9..001152bf51 100644
--- a/sparql-gremlin/pom.xml
+++ b/sparql-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>tinkerpop</artifactId>
<groupId>org.apache.tinkerpop</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>sparql-gremlin</artifactId>
<name>Apache TinkerPop :: SPARQL Gremlin</name>
diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml
index f41feccb1f..6b0180ec61 100644
--- a/tinkergraph-gremlin/pom.xml
+++ b/tinkergraph-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
<parent>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkerpop</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0-beta.1</version>
</parent>
<artifactId>tinkergraph-gremlin</artifactId>
<name>Apache TinkerPop :: TinkerGraph Gremlin</name>