Skip to content

Commit

Permalink
Update pom versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Dec 13, 2023
1 parent dd668e9 commit f294531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gremlin-driver/src/main/java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ limitations under the License.

<groupId>org.apache.tinkerpop</groupId>
<artifactId>run-examples</artifactId>
<version>3.6.6-SNAPSHOT</version>
<version>4.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gremlin.version>3.6.6</gremlin.version>
<gremlin.version>${project.version}</gremlin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f294531

Please sign in to comment.