Skip to content

Commit

Permalink
final docs build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole-Greer committed Jan 17, 2025
1 parent e84f29e commit 774f79a
Show file tree
Hide file tree
Showing 40 changed files with 46 additions and 46 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions docs/src/upgrade/release-4.x.x.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gremlin-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-console/bin/gremlin.sh
2 changes: 1 addition & 1 deletion gremlin-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @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() {
}
Expand Down
2 changes: 1 addition & 1 deletion gremlin-dotnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-dotnet/src/Gremlin.Net/Driver/Tokens.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Tokens
/// <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.
Expand Down
2 changes: 1 addition & 1 deletion gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gremlin-dotnet/src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-dotnet/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-go/driver/user_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gremlin-go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion gremlin-language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gremlin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-tools/gremlin-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-tools/gremlin-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-tools/gremlin-socket-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion gremlin-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion gremlin-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion gremlint/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion gremlint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion neo4j-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spark-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sparql-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tinkergraph-gremlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 774f79a

Please sign in to comment.