Skip to content

Commit 5a02fb3

Browse files
committed
v3.0.0
1 parent f177b95 commit 5a02fb3

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.0] - 2025-08-06
10+
11+
Since version `3.0.0`, this project has been forked and is officially maintained by ArangoDB.
12+
The maven coordinates have been changed to: `com.arangodb:arangodb-tinkerpop-provider:3.0.0`.
13+
This release introduces major changes in most of the areas of the library, please refer to the
14+
[official documentation](https://github.com/arangodb/arangodb-tinkerpop-provider) for details.
15+
916
## [2.0.3] - 2020-11-16
1017

1118
### Fixed

demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.example</groupId>
88
<artifactId>arango-tinkerpop-demo</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>21</maven.compiler.source>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.arangodb</groupId>
2020
<artifactId>arangodb-tinkerpop-provider</artifactId>
21-
<version>0.0.2-SNAPSHOT</version>
21+
<version>3.0.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>ch.qos.logback</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.arangodb</groupId>
1414
<artifactId>arangodb-tinkerpop-provider</artifactId>
15-
<version>0.0.2-SNAPSHOT</version>
15+
<version>3.0.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>arangodb-tinkerpop-provider</name>

test-plugin/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
set -e
44

5-
/opt/gremlin-server/bin/gremlin-server.sh install com.arangodb arangodb-tinkerpop-provider 0.0.2-SNAPSHOT
5+
/opt/gremlin-server/bin/gremlin-server.sh install com.arangodb arangodb-tinkerpop-provider 3.0.0
66
/opt/gremlin-server/bin/gremlin-server.sh /arangodb/gremlin-server-arangodb.yaml

test-plugin/java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.example</groupId>
88
<artifactId>java-client</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)