File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Network communication is handled using [Bolt Protocol](https://7687.org/).
1010
1111| Driver Series | Supported Java Runtime versions | Status | Changelog |
1212| --- | --- | --- | --- |
13- | 4.3 | 8, 11 | Primary development branch. | [ link] ( https://github.com/neo4j/neo4j-java-driver/wiki/4.3-changelog ) |
13+ | 4.4 | 8, 11 | Primary development branch. | No releases yet. |
14+ | 4.3 | 8, 11 | Maintenance. | [ link] ( https://github.com/neo4j/neo4j-java-driver/wiki/4.3-changelog ) |
1415| 4.2 | 8, 11 | Maintenance. | [ link] ( https://github.com/neo4j/neo4j-java-driver/wiki/4.2-changelog ) |
1516| 4.1 | 8, 11 | Maintenance. | [ link] ( https://github.com/neo4j/neo4j-java-driver/wiki/4.1-changelog ) |
1617
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >4.3 -SNAPSHOT</version >
9+ <version >4.4 -SNAPSHOT</version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >4.3 -SNAPSHOT</version >
9+ <version >4.4 -SNAPSHOT</version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 55
66 <groupId >org.neo4j.driver</groupId >
77 <artifactId >neo4j-java-driver-parent</artifactId >
8- <version >4.3 -SNAPSHOT</version >
8+ <version >4.4 -SNAPSHOT</version >
99
1010 <packaging >pom</packaging >
1111 <name >Neo4j Java Driver Project</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >neo4j-java-driver-parent</artifactId >
99 <groupId >org.neo4j.driver</groupId >
10- <version >4.3 -SNAPSHOT</version >
10+ <version >4.4 -SNAPSHOT</version >
1111 </parent >
1212
1313 <artifactId >testkit-backend</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.neo4j.driver</groupId >
88 <artifactId >neo4j-java-driver-parent</artifactId >
9- <version >4.3 -SNAPSHOT</version >
9+ <version >4.4 -SNAPSHOT</version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
1919 <rootDir >${project.basedir}/..</rootDir >
2020
2121 <testkit .url>https://github.com/neo4j-drivers/testkit.git</testkit .url>
22- <testkit .version>4.3 </testkit .version>
22+ <testkit .version>4.4 </testkit .version>
2323 <!-- See the testkit-custom-args profile if you want to customize this on individual runs. -->
2424 <testkit .args>--tests TESTKIT_TESTS INTEGRATION_TESTS STUB_TESTS STRESS_TESTS TLS_TESTS</testkit .args>
2525 <testkit .timeout>7200000</testkit .timeout>
You can’t perform that action at this time.
0 commit comments