Skip to content

Commit 7b643cd

Browse files
authored
Update dependencies (#946)
1 parent 6940b87 commit 7b643cd

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

driver/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<properties>
7-
<bundle.name>${project.groupId}.${project.artifactId}</bundle.name>
8-
<maven.build.timestamp.format>'v'yyyyMMdd-HHmm</maven.build.timestamp.format>
9-
<moduleName>org.neo4j.driver</moduleName>
10-
<rootDir>${project.basedir}/..</rootDir>
11-
</properties>
12-
136
<parent>
147
<groupId>org.neo4j.driver</groupId>
158
<artifactId>neo4j-java-driver-parent</artifactId>
@@ -23,6 +16,13 @@
2316
<name>Neo4j Java Driver</name>
2417
<description>Access to the Neo4j graph database through Java</description>
2518

19+
<properties>
20+
<bundle.name>${project.groupId}.${project.artifactId}</bundle.name>
21+
<maven.build.timestamp.format>'v'yyyyMMdd-HHmm</maven.build.timestamp.format>
22+
<moduleName>org.neo4j.driver</moduleName>
23+
<rootDir>${project.basedir}/..</rootDir>
24+
</properties>
25+
2626
<dependencies>
2727
<!-- Compile dependencies -->
2828
<dependency>

examples/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<properties>
7-
<rootDir>${project.basedir}/..</rootDir>
8-
</properties>
9-
106
<parent>
117
<groupId>org.neo4j.driver</groupId>
128
<artifactId>neo4j-java-driver-parent</artifactId>
@@ -21,6 +17,10 @@
2117
<name>Neo4j Java Driver Examples</name>
2218
<description>Examples of using the Neo4j graph database through Java</description>
2319

20+
<properties>
21+
<rootDir>${project.basedir}/..</rootDir>
22+
</properties>
23+
2424
<dependencies>
2525
<!-- Compile dependencies -->
2626
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Please note that when updating this dependency -->
3333
<!-- (i.e. due to a security vulnerability or bug) that the -->
3434
<!-- corresponding server dependency also needs updating.-->
35-
<reactor-bom.version>Dysprosium-SR20</reactor-bom.version>
35+
<reactor-bom.version>Dysprosium-SR21</reactor-bom.version>
3636
<rxjava.version>2.2.21</rxjava.version>
3737
<slf4j-api.version>1.7.31</slf4j-api.version>
3838
<hamcrest-junit.version>2.0.0.0</hamcrest-junit.version>

testkit-backend/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
57
<parent>
68
<artifactId>neo4j-java-driver-parent</artifactId>
79
<groupId>org.neo4j.driver</groupId>
810
<version>4.3-SNAPSHOT</version>
911
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
12-
<properties>
13-
<rootDir>${project.basedir}/..</rootDir>
14-
</properties>
1512

1613
<artifactId>testkit-backend</artifactId>
1714

1815
<name>Neo4j Java Driver Testkit Backend</name>
1916
<description>Integration component for use with Testkit</description>
2017

18+
<properties>
19+
<rootDir>${project.basedir}/..</rootDir>
20+
</properties>
21+
2122
<dependencies>
2223
<dependency>
2324
<groupId>org.neo4j.driver</groupId>

0 commit comments

Comments
 (0)