File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9- ## [ 7.0.0-RC.5 ] - 2023-04-19
9+ ## [ 7.0.0] - 2023-04-20
1010
11- Detailed changes documentation is available [ here] ( ./ docs/v7_detailed_changes .md) .
12- Reference documentation [ here] ( ./ docs/v7_java.md ) .
11+ Detailed changes documentation is available [ here] ( https://github.com/arangodb/ docs/blob/doc/java_driver_v7/drivers/java-changes-v7 .md) .
12+ Reference documentation [ here] ( https://github.com/arangodb/ docs/pull/1342 ) .
1313
1414## [ 6.20.0] - 2022-11-29
1515
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.arangodb</groupId >
88 <artifactId >arangodb-java-driver-parent</artifactId >
9- <version >7.0.0-RC.5 </version >
9+ <version >7.0.0</version >
1010 </parent >
1111
1212 <name >core</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >arangodb-java-driver-parent</artifactId >
99 <groupId >com.arangodb</groupId >
10- <version >7.0.0-RC.5 </version >
10+ <version >7.0.0</version >
1111 </parent >
1212
1313 <name >arangodb-java-driver</name >
Original file line number Diff line number Diff line change 99
1010class UserAgentTest extends BaseJunit5 {
1111
12- private static final String EXPECTED_VERSION = "7.0.0-RC.5 " ;
12+ private static final String EXPECTED_VERSION = "7.0.0" ;
1313
1414 @ Test
1515 void packageVersion () {
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.arangodb</groupId >
88 <artifactId >arangodb-java-driver-parent</artifactId >
9- <version >7.0.0-RC.5 </version >
9+ <version >7.0.0</version >
1010 </parent >
1111
1212 <name >http-protocol</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.arangodb</groupId >
99 <artifactId >arangodb-java-driver-parent</artifactId >
10- <version >7.0.0-RC.5 </version >
10+ <version >7.0.0</version >
1111 </parent >
1212
1313 <artifactId >integration-tests</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.arangodb</groupId >
88 <artifactId >arangodb-java-driver-parent</artifactId >
9- <version >7.0.0-RC.5 </version >
9+ <version >7.0.0</version >
1010 </parent >
1111
1212 <name >jackson-serde-json</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.arangodb</groupId >
99 <artifactId >arangodb-java-driver-parent</artifactId >
10- <version >7.0.0-RC.5 </version >
10+ <version >7.0.0</version >
1111 </parent >
1212
1313 <name >jackson-serde-vpack</name >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.arangodb</groupId >
88 <artifactId >arangodb-java-driver-parent</artifactId >
9- <version >7.0.0-RC.5 </version >
9+ <version >7.0.0</version >
1010 </parent >
1111
1212 <name >jsonb-serde</name >
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver-parent</artifactId >
8- <version >7.0.0-RC.5 </version >
8+ <version >7.0.0</version >
99 <inceptionYear >2016</inceptionYear >
1010 <modules >
1111 <module >core</module >
You can’t perform that action at this time.
0 commit comments