Skip to content

Commit 520bc7a

Browse files
taserothmichael-simons
authored andcommitted
Fix groupId for Spring Boot starter in README.
1 parent 8dee56b commit 520bc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you are on https://spring.io/projects/spring-boot[Spring Boot], all you have
4646
[source,xml,subs="verbatim,attributes"]
4747
----
4848
<dependency>
49-
<groupId>{neo4jgroupId}</groupId>
49+
<groupId>{groupIdStarter}</groupId>
5050
<artifactId>{artifactIdStarter}</artifactId>
5151
<version>{spring-data-neo4j-version}</version>
5252
</dependency>

0 commit comments

Comments
 (0)