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

Commit a3161b7

Browse files
After release cleanup.
1 parent aa01585 commit a3161b7

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
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.4.0
6+
:neo4j-java-driver-spring-boot-starter_version: 4.2-SNAPSHOT
77
:spring-boot_version: 2.3.9.RELEASE
88
:neo4j_version: 4.2.4
99
:config_prefix: org.neo4j.driver
@@ -30,7 +30,7 @@ It provides a single, managed Spring Bean of type `org.neo4j.driver.Driver`, con
3030
The starter does not add any additional functionality on top of the driver, but only exposes the drivers configuration in a Spring friendly way.
3131
However, it configures the driver to use Springs JCL logging variation by default.
3232

33-
The 4.0.x. line of the starter only supports the 4.0.x line of the Neo4j Java Driver.
33+
The 4.x.y. line of the starter only supports the 4.x.y line of the Neo4j Java Driver.
3434
It is tested and developed against https://spring.io/projects/spring-boot[Spring Boot {spring-boot_version}].
3535

3636
The starter supports Neo4j server mode only, that is: A connection against a Neo4j server over the Bolt protocol.

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.1.1.1</revision>
94+
<revision>4.2.4.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.1.1.1</revision>
139+
<revision>4.2.4.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.1.1.1</revision>
142+
<revision>4.2.4.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.1.1.1</revision>
105+
<revision>4.2.4.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.1.1.1</revision>
94+
<revision>4.2.4.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.1.1.1</revision>
119+
<revision>4.2.4.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.1.1.1</revision>
105+
<revision>4.2.4.0</revision>
106106
</properties>
107107
</profile>
108108
<profile>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<neo4j.repository>neo4j</neo4j.repository>
109109
<neo4j.version>4.2.4</neo4j.version>
110110
<project.build.docs>${project.build.directory}/docs</project.build.docs>
111-
<revision>4.0</revision>
111+
<revision>4.2</revision>
112112
<sha1></sha1>
113113
<sortpom-maven-plugin.version>2.8.0</sortpom-maven-plugin.version>
114114
<testcontainers.version>1.15.2</testcontainers.version>

0 commit comments

Comments
 (0)