File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 270
270
<dependency >
271
271
<groupId >com.influxdb</groupId >
272
272
<artifactId >influxdb-client-java</artifactId >
273
- <version >6.12 .0</version >
273
+ <version >7.0 .0</version >
274
274
</dependency >
275
275
<dependency >
276
276
<groupId >com.influxdb</groupId >
277
277
<artifactId >influxdb-client-core</artifactId >
278
- <version >6.12 .0</version >
278
+ <version >7.0 .0</version >
279
279
</dependency >
280
280
<dependency >
281
281
<groupId >com.influxdb</groupId >
282
282
<artifactId >influxdb-client-utils</artifactId >
283
- <version >6.12 .0</version >
283
+ <version >7.0 .0</version >
284
284
</dependency >
285
285
<dependency >
286
286
<groupId >com.influxdb</groupId >
287
287
<artifactId >flux-dsl</artifactId >
288
- <version >6.12 .0</version >
288
+ <version >7.0 .0</version >
289
289
</dependency >
290
290
<dependency >
291
291
<groupId >org.java-websocket</groupId >
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-core
2
2
Bundle-Description: The Java InfluxDB 2.0 Client Core
3
3
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
4
4
Bundle-License: https://opensource.org/licenses/MIT
5
- Bundle-Version: 6.12 .0
5
+ Bundle-Version: 7.0 .0
6
6
7
7
Include-Resource: \
8
- @influxdb-client-core-6.12 .0.jar,\
8
+ @influxdb-client-core-7.0 .0.jar,\
9
9
10
10
Export-Package: \
11
11
com.influxdb,\
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-java
2
2
Bundle-Description: The Java InfluxDB 2.0 Client Java
3
3
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
4
4
Bundle-License: https://opensource.org/licenses/MIT
5
- Bundle-Version: 6.12 .0
5
+ Bundle-Version: 7.0 .0
6
6
7
7
Include-Resource: \
8
- @influxdb-client-java-6.12 .0.jar,\
8
+ @influxdb-client-java-7.0 .0.jar,\
9
9
10
10
Export-Package: \
11
11
com.influxdb.client,\
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-utils
2
2
Bundle-Description: The Java InfluxDB 2.0 Client Utils
3
3
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
4
4
Bundle-License: https://opensource.org/licenses/MIT
5
- Bundle-Version: 6.12 .0
5
+ Bundle-Version: 7.0 .0
6
6
7
7
Include-Resource: \
8
- @influxdb-client-utils-6.12 .0.jar,\
8
+ @influxdb-client-utils-7.0 .0.jar,\
9
9
10
10
Export-Package: \
11
11
com.influxdb.utils,\
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Bundle-Name: influxdb-flux-dsl
2
2
Bundle-Description: The Java InfluxDB 2.0 Flux DSL
3
3
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
4
4
Bundle-License: https://opensource.org/licenses/MIT
5
- Bundle-Version: 6.12 .0
5
+ Bundle-Version: 7.0 .0
6
6
7
7
Include-Resource: \
8
- @flux-dsl-6.12 .0.jar,\
8
+ @flux-dsl-7.0 .0.jar,\
9
9
10
10
Export-Package: \
11
11
com.influxdb.query,\
You can’t perform that action at this time.
0 commit comments