Skip to content

Commit

Permalink
chore(release): release version 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Oct 22, 2021
1 parent 90471b8 commit 2d5ca33
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.4.0 [unreleased]
## 3.4.0 [2021-10-22]

### Features
1. [#269](https://github.com/influxdata/influxdb-client-java/pull/269): Add possibility to use dynamic `measurement` in mapping from/to `POJO`
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ Download the latest version:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```
##### Or when using Gradle:

```groovy
dependencies {
compile "com.influxdb:influxdb-client-java:3.3.0"
compile "com.influxdb:influxdb-client-java:3.4.0"
}
```

Expand Down Expand Up @@ -217,15 +217,15 @@ Download the latest version:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```
##### Or when using Gradle:

```groovy
dependencies {
compile "com.influxdb:influxdb-client-java:3.3.0"
compile "com.influxdb:influxdb-client-java:3.4.0"
}
```

Expand Down Expand Up @@ -318,15 +318,15 @@ Download the latest version:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-flux</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```
##### Or when using Gradle:

```groovy
dependencies {
compile "com.influxdb:influxdb-client-flux:3.3.0"
compile "com.influxdb:influxdb-client-flux:3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions client-kotlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-kotlin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-kotlin:3.3.0"
compile "com.influxdb:influxdb-client-kotlin:3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions client-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-flux</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-flux:3.3.0"
compile "com.influxdb:influxdb-client-flux:3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions client-reactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,14 +399,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-reactive</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-reactive:3.3.0"
compile "com.influxdb:influxdb-client-reactive:3.4.0"
}
```

Expand Down
8 changes: 4 additions & 4 deletions client-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-scala_2.12</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-scala_2.12:3.3.0"
compile "com.influxdb:influxdb-client-scala_2.12:3.4.0"
}
```

Expand All @@ -271,14 +271,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-scala_2.13</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-scala_2.13:3.3.0"
compile "com.influxdb:influxdb-client-scala_2.13:3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1156,14 +1156,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-java:3.3.0"
compile "com.influxdb:influxdb-client-java:3.4.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-spring</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-spring:3.3.0"
compile "com.influxdb:influxdb-spring:3.4.0"
}
```

0 comments on commit 2d5ca33

Please sign in to comment.