File tree Expand file tree Collapse file tree 14 files changed +18
-30
lines changed Expand file tree Collapse file tree 14 files changed +18
-30
lines changed Original file line number Diff line number Diff line change 1212name : " CodeQL"
1313
1414on :
15+ workflow_dispatch :
1516 push :
1617 branches :
1718 - master
Original file line number Diff line number Diff line change 11name : Test
22
33on :
4+ workflow_dispatch :
45 push :
56 branches :
67 - master
8+ - main
9+ - v7
10+ - v6
711 paths-ignore :
812 - ' .github/**'
913 - ' docker/**'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9- ## [ 7.0.0]
9+ ## [ 7.0.0-ALPHA.1 ]
1010
1111### Changed
1212
Original file line number Diff line number Diff line change 22
33## Maven Setup
44
5- In your ` pom.xml ` , set the snapshots repository:
6-
7- ```
8- <repositories>
9- <repository>
10- <id>snapshots</id>
11- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
12- <snapshots>
13- <enabled>true</enabled>
14- </snapshots>
15- </repository>
16- </repositories>
17- ```
18-
19- and include the dependency:
5+ In your ` pom.xml ` include the dependency:
206
217```
228<dependencies>
239 <dependency>
2410 <groupId>com.arangodb</groupId>
2511 <artifactId>arangodb-java-driver</artifactId>
26- <version>7.0.0-SNAPSHOT </version>
12+ <version>7.0.0-ALPHA.1 </version>
2713 </dependency>
2814<dependencies>
2915```
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-SNAPSHOT </version >
10+ <version >7.0.0-ALPHA.1 </version >
1111 </parent >
1212
1313 <name >arangodb-java-driver</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-SNAPSHOT </version >
9+ <version >7.0.0-ALPHA.1 </version >
1010 </parent >
1111
1212 <name >jackson-serde</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-SNAPSHOT </version >
9+ <version >7.0.0-ALPHA.1 </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-SNAPSHOT </version >
8+ <version >7.0.0-ALPHA.1 </version >
99 <inceptionYear >2016</inceptionYear >
1010 <modules >
1111 <module >driver</module >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-java-driver-parent</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >7.0.0-SNAPSHOT </version >
8+ <version >7.0.0-ALPHA.1 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
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-SNAPSHOT </version >
9+ <version >7.0.0-ALPHA.1 </version >
1010 </parent >
1111
1212 <artifactId >serde-api</artifactId >
You can’t perform that action at this time.
0 commit comments