Skip to content

Commit fff8e63

Browse files
committed
v7.0.0-ALPHA.1
1 parent adfbc64 commit fff8e63

File tree

14 files changed

+18
-30
lines changed

14 files changed

+18
-30
lines changed

Diff for: .github/workflows/codeql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
name: "CodeQL"
1313

1414
on:
15+
workflow_dispatch:
1516
push:
1617
branches:
1718
- master

Diff for: .github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Test
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master
8+
- main
9+
- v7
10+
- v6
711
paths-ignore:
812
- '.github/**'
913
- 'docker/**'

Diff for: ChangeLog.md

+1-1
Original file line numberDiff line numberDiff 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

Diff for: docs/v7_detailed_changes.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,14 @@
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
```

Diff for: driver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

Diff for: jackson-serde/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

Diff for: jsonb-serde/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

Diff for: resilience-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

Diff for: serde-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

Diff for: shaded-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.arangodb</groupId>
99
<artifactId>arangodb-java-driver-parent</artifactId>
10-
<version>7.0.0-SNAPSHOT</version>
10+
<version>7.0.0-ALPHA.1</version>
1111
</parent>
1212

1313
<artifactId>shaded-integration-tests</artifactId>

Diff for: shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.arangodb</groupId>
99
<artifactId>arangodb-java-driver-parent</artifactId>
10-
<version>7.0.0-SNAPSHOT</version>
10+
<version>7.0.0-ALPHA.1</version>
1111
</parent>
1212

1313
<name>arangodb-java-driver-shaded</name>

Diff for: tutorial/gradle/build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ version '1.0-SNAPSHOT'
77

88
repositories {
99
mavenCentral()
10-
maven {
11-
url "https://oss.sonatype.org/content/repositories/snapshots"
12-
}
1310
}
1411

1512
dependencies {
16-
implementation 'com.arangodb:arangodb-java-driver:7.0.0-SNAPSHOT'
13+
implementation 'com.arangodb:arangodb-java-driver:7.0.0-ALPHA.1'
1714
}

Diff for: tutorial/maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.arangodb</groupId>
2121
<artifactId>arangodb-java-driver</artifactId>
22-
<version>7.0.0-SNAPSHOT</version>
22+
<version>7.0.0-ALPHA.1</version>
2323
</dependency>
2424
</dependencies>
2525

0 commit comments

Comments
 (0)