Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,8 @@ workflows:
matrix:
parameters:
args:
- '-Dadb.jackson.version=2.18.2'
- '-Dadb.jackson.version=2.19.0'
- '-Dadb.jackson.version=2.18.3'
- '-Dadb.jackson.version=2.17.3'
- '-Dadb.jackson.version=2.16.2'
- '-Dadb.jackson.version=2.15.4'
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>core</name>
Expand Down
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>arangodb-java-driver</name>
Expand Down
2 changes: 1 addition & 1 deletion http-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>http-protocol</name>
Expand Down
2 changes: 1 addition & 1 deletion jackson-serde-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>jackson-serde-json</name>
Expand Down
2 changes: 1 addition & 1 deletion jackson-serde-vpack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>jackson-serde-vpack</name>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>jsonb-serde</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
<inceptionYear>2016</inceptionYear>
<modules>
<module>release-parent</module>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.18.2</version>
<version>2.19.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion release-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>arangodb-java-driver-shaded</name>
Expand Down
4 changes: 2 additions & 2 deletions test-functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<artifactId>test-functional</artifactId>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-junit5</artifactId>
<version>2.29.0</version>
<version>2.29.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class UserAgentTest extends BaseJunit5 {

private static final String EXPECTED_VERSION = "7.19.0";
private static final String EXPECTED_VERSION = "7.20.0-SNAPSHOT";

private static final boolean SHADED = Boolean.parseBoolean(System.getProperty("shaded"));

Expand Down
1 change: 1 addition & 0 deletions test-functional/src/test/resources/allure.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allure.results.directory=target/allure-results
2 changes: 1 addition & 1 deletion test-non-functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<artifactId>test-non-functional</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions test-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<parent>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

<artifactId>test-parent</artifactId>

<properties>
<maven.build.cache.enabled>false</maven.build.cache.enabled>
<adb.jackson.version>2.18.0</adb.jackson.version>
<adb.jackson.version>2.19.0</adb.jackson.version>
<sonar.skip>true</sonar.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion test-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<artifactId>test-perf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-resilience/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../test-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>test-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tutorial/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
implementation 'com.arangodb:arangodb-java-driver:7.19.0'
implementation 'com.arangodb:arangodb-java-driver:7.20.0-SNAPSHOT'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion tutorial/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion vst-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../release-parent</relativePath>
<groupId>com.arangodb</groupId>
<artifactId>release-parent</artifactId>
<version>7.19.0</version>
<version>7.20.0-SNAPSHOT</version>
</parent>

<name>vst-protocol</name>
Expand Down