Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.influxdb:influxdb-client-core from 6.12.0 to 7.0.0 in /cnf #2521

8 changes: 4 additions & 4 deletions cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,22 +270,22 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-core</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-utils</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>flux-dsl</artifactId>
<version>6.12.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-client-core.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-core
Bundle-Description: The Java InfluxDB 2.0 Client Core
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@influxdb-client-core-6.12.0.jar,\
@influxdb-client-core-7.0.0.jar,\

Export-Package: \
com.influxdb,\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-client-java.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-java
Bundle-Description: The Java InfluxDB 2.0 Client Java
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@influxdb-client-java-6.12.0.jar,\
@influxdb-client-java-7.0.0.jar,\

Export-Package: \
com.influxdb.client,\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-client-utils.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-client-utils
Bundle-Description: The Java InfluxDB 2.0 Client Utils
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@influxdb-client-utils-6.12.0.jar,\
@influxdb-client-utils-7.0.0.jar,\

Export-Package: \
com.influxdb.utils,\
Expand Down
4 changes: 2 additions & 2 deletions io.openems.wrapper/influxdb-flux-dsl.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Bundle-Name: influxdb-flux-dsl
Bundle-Description: The Java InfluxDB 2.0 Flux DSL
Bundle-DocURL: https://github.com/influxdata/influxdb-client-java
Bundle-License: https://opensource.org/licenses/MIT
Bundle-Version: 6.12.0
Bundle-Version: 7.0.0

Include-Resource: \
@flux-dsl-6.12.0.jar,\
@flux-dsl-7.0.0.jar,\

Export-Package: \
com.influxdb.query,\
Expand Down
Loading