Skip to content

Commit 8f0ce54

Browse files
committed
Update dependencies (neo4j#946)
1 parent ac98aad commit 8f0ce54

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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>

0 commit comments

Comments
 (0)