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 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments