File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
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
-
13
6
<parent >
14
7
<groupId >org.neo4j.driver</groupId >
15
8
<artifactId >neo4j-java-driver-parent</artifactId >
23
16
<name >Neo4j Java Driver</name >
24
17
<description >Access to the Neo4j graph database through Java</description >
25
18
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
+
26
26
<dependencies >
27
27
<!-- Compile dependencies -->
28
28
<dependency >
Original file line number Diff line number Diff line change 3
3
http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
- <properties >
7
- <rootDir >${project.basedir}/..</rootDir >
8
- </properties >
9
-
10
6
<parent >
11
7
<groupId >org.neo4j.driver</groupId >
12
8
<artifactId >neo4j-java-driver-parent</artifactId >
21
17
<name >Neo4j Java Driver Examples</name >
22
18
<description >Examples of using the Neo4j graph database through Java</description >
23
19
20
+ <properties >
21
+ <rootDir >${project.basedir}/..</rootDir >
22
+ </properties >
23
+
24
24
<dependencies >
25
25
<!-- Compile dependencies -->
26
26
<dependency >
Original file line number Diff line number Diff line change 32
32
<!-- Please note that when updating this dependency -->
33
33
<!-- (i.e. due to a security vulnerability or bug) that the -->
34
34
<!-- corresponding server dependency also needs updating.-->
35
- <reactor-bom .version>Dysprosium-SR20 </reactor-bom .version>
35
+ <reactor-bom .version>Dysprosium-SR21 </reactor-bom .version>
36
36
<rxjava .version>2.2.21</rxjava .version>
37
37
<slf4j-api .version>1.7.31</slf4j-api .version>
38
38
<hamcrest-junit .version>2.0.0.0</hamcrest-junit .version>
You can’t perform that action at this time.
0 commit comments