Skip to content

Commit 00f1532

Browse files
authored
Update project-setup.adoc
Minor update. I _think_ the maven snippet to include a dependency on the Neo4j API should use neo4j.version in place of project.version. In parallel, I'm creating a test project to verify unless anyone who is watching can independently verify and accept this PR.
1 parent c74d076 commit 00f1532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/extending-neo4j/project-setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Include this dependency to build against the Neo4j-provided API:
149149
<dependency>
150150
<groupId>com.neo4j</groupId>
151151
<artifactId>neo4j-dbms-api</artifactId>
152-
<version>${project.version}</version>
152+
<version>${neo4j.version}</version>
153153
<scope>compile</scope>
154154
</dependency>
155155
----

0 commit comments

Comments
 (0)