Skip to content

Commit

Permalink
bdp client version number 1 -> 9 now that it's been released on our repo
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jan 23, 2024
1 parent 5d729ba commit 5ca9e95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion transformers/emobility-echarging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SPDX-License-Identifier: CC0-1.0
<dependency>
<groupId>com.opendatahub.timeseries.bdp</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
<version>9.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion transformers/google-spreadsheet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.opendatahub.timeseries.bdp</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
<version>9.0.0</version>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion transformers/meteorology-eurac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SPDX-License-Identifier: CC0-1.0
<dependency>
<groupId>com.opendatahub.timeseries.bdp</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
<version>9.0.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions transformers/parking-offstreet-meranobolzano/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<finalName>app</finalName>
<java.version>17</java.version>
</properties>

<repositories>
<repository>
<id>maven-repo.opendatahub.com</id>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.opendatahub.timeseries.bdp</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
<version>9.0.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down

0 comments on commit 5ca9e95

Please sign in to comment.