Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 466db55

Browse files
After release cleanup.
1 parent e290c86 commit 466db55

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// tag::properties[]
44
:groupId: org.neo4j.driver
55
:artifactId: neo4j-java-driver-spring-boot-starter
6-
:neo4j-java-driver-spring-boot-starter_version: 4.2.7.0
6+
:neo4j-java-driver-spring-boot-starter_version: 4.2-SNAPSHOT
77
:spring-boot_version: 2.3.12.RELEASE
88
:neo4j_version: 4.2.4
99
:config_prefix: org.neo4j.driver

examples/dedicated-routing-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</property>
9292
</activation>
9393
<properties>
94-
<revision>4.2.4.0</revision>
94+
<revision>4.2.7.0</revision>
9595
</properties>
9696
</profile>
9797
<profile>

examples/embedded-bolt-connection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
</property>
137137
</activation>
138138
<properties>
139-
<revision>4.2.4.0</revision>
139+
<revision>4.2.7.0</revision>
140140
</properties>
141141
</profile>
142142
<profile>

examples/ogm-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</property>
140140
</activation>
141141
<properties>
142-
<revision>4.2.4.0</revision>
142+
<revision>4.2.7.0</revision>
143143
</properties>
144144
</profile>
145145
<profile>

examples/reactive-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</property>
103103
</activation>
104104
<properties>
105-
<revision>4.2.4.0</revision>
105+
<revision>4.2.7.0</revision>
106106
</properties>
107107
</profile>
108108
<profile>

examples/simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</property>
9292
</activation>
9393
<properties>
94-
<revision>4.2.4.0</revision>
94+
<revision>4.2.7.0</revision>
9595
</properties>
9696
</profile>
9797
<profile>

examples/testing-with-neo4j-harness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</property>
117117
</activation>
118118
<properties>
119-
<revision>4.2.4.0</revision>
119+
<revision>4.2.7.0</revision>
120120
</properties>
121121
</profile>
122122
<profile>

examples/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</property>
103103
</activation>
104104
<properties>
105-
<revision>4.2.4.0</revision>
105+
<revision>4.2.7.0</revision>
106106
</properties>
107107
</profile>
108108
<profile>

0 commit comments

Comments
 (0)