Skip to content

Commit 3d28d94

Browse files
committed
Update Readme for 6.1.3.
1 parent c89c9a8 commit 3d28d94

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:https://spring.io/badges/spring-data-neo4j/ga.svg[Spring Data Neo4j,link=h
1111

1212
:neo4j-version: 4.1.5
1313
:spring-boot-version: 2.4.1
14-
:spring-data-neo4j-version: 6.0.2
14+
:spring-data-neo4j-version: 6.1.3
1515
// end::properties[]
1616

1717
[abstract]
@@ -46,9 +46,8 @@ 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>{neo4jGroupId}</groupId>
5050
<artifactId>{artifactIdStarter}</artifactId>
51-
<version>{spring-data-neo4j-version}</version>
5251
</dependency>
5352
----
5453

@@ -71,7 +70,7 @@ If you are using a plain Spring Framework project without Spring Boot, please ad
7170
[source,xml,subs="verbatim,attributes"]
7271
----
7372
<dependency>
74-
<groupId>{springGroupId}</groupId>
73+
<groupId>{neo4jGroupId}</groupId>
7574
<artifactId>{artifactId}</artifactId>
7675
<version>{spring-data-neo4j-version}</version>
7776
</dependency>

0 commit comments

Comments
 (0)