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

Commit da0b82e

Browse files
After release cleanup.
1 parent fe7aef0 commit da0b82e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

docs/manual.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
ifndef::manualIncludeDir[]
44
:manualIncludeDir: ../
55
endif::[]
6-
:neo4j-java-driver-spring-boot-starter_version: 4.0.0-rc1
6+
:neo4j-java-driver-spring-boot-starter_version: 4.0.0.1
77
:groupId: org.neo4j.driver
88
:artifactId: neo4j-java-driver-spring-boot-starter
9-
:spring-boot_version: 2.1.10.RELEASE
10-
:neo4j_version: 3.5.12
9+
:spring-boot_version: 2.2.4.RELEASE
10+
:neo4j_version: 4.0.0
1111
:config_prefix: org.neo4j.driver
1212
:driver_manual_base: https://neo4j.com/docs/driver-manual/1.7/
1313
:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter

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.0.0</revision>
94+
<revision>4.0.0.1</revision>
9595
</properties>
9696
</profile>
9797
<profile>

examples/ogm-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</property>
122122
</activation>
123123
<properties>
124-
<revision>4.0.0</revision>
124+
<revision>4.0.0.1</revision>
125125
</properties>
126126
</profile>
127127
<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.0.0</revision>
105+
<revision>4.0.0.1</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.0.0</revision>
94+
<revision>4.0.0.1</revision>
9595
</properties>
9696
</profile>
9797
<profile>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</property>
110110
</activation>
111111
<properties>
112-
<revision>4.0</revision>
112+
<revision>4.0.0.1</revision>
113113
</properties>
114114
</profile>
115115
<profile>
@@ -131,7 +131,7 @@
131131
</property>
132132
</activation>
133133
<properties>
134-
<changelist>-SNAPSHOT</changelist>
134+
<changelist></changelist>
135135
</properties>
136136
</profile>
137137
</profiles>

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.0.0</revision>
105+
<revision>4.0.0.1</revision>
106106
</properties>
107107
</profile>
108108
<profile>

0 commit comments

Comments
 (0)