Skip to content

Commit

Permalink
release version 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Apr 17, 2020
1 parent 99f1b5f commit be47a04
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.7.0 [unreleased]
## 1.7.0 [2020-04-17]

### Features
1. [#93](https://github.com/influxdata/influxdb-client-java/issues/93): Add addTags and addFields helper functions to Point
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ Download the latest version:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```
##### Or when using Gradle:

```groovy
dependencies {
compile "com.influxdb:influxdb-client-java:1.6.0"
compile "com.influxdb:influxdb-client-java:1.7.0"
}
```

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

```groovy
dependencies {
compile "com.influxdb:influxdb-client-java:1.6.0"
compile "com.influxdb:influxdb-client-java:1.7.0"
}
```

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

```groovy
dependencies {
compile "com.influxdb:influxdb-client-flux:1.6.0"
compile "com.influxdb:influxdb-client-flux:1.7.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 @@ -206,14 +206,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-kotlin</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-kotlin:1.6.0"
compile "com.influxdb:influxdb-client-kotlin:1.7.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 @@ -153,14 +153,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-flux</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-flux:1.6.0"
compile "com.influxdb:influxdb-client-flux:1.7.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 @@ -390,14 +390,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-reactive</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

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

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

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-scala:1.6.0"
compile "com.influxdb:influxdb-client-scala:1.7.0"
}
```

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

Or when using with Gradle:
```groovy
dependencies {
compile "com.influxdb:influxdb-client-java:1.6.0"
compile "com.influxdb:influxdb-client-java:1.7.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,14 +86,14 @@ The latest version for Maven dependency:
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-spring</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
</dependency>
```

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

Expand Down

0 comments on commit be47a04

Please sign in to comment.