Skip to content

Commit

Permalink
fix: deploy by CI (#593)
Browse files Browse the repository at this point in the history
* chore(ci): change latest JDK to 20
  • Loading branch information
bednar authored Jun 29, 2023
1 parent bd988bb commit 1031c1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
- run:
name: Deploying Snapshot
command: |
mvn -s scripts/deploy-settings.xml -DskipTests=true clean package deploy
mvn -s scripts/deploy-settings.xml -DskipTests=true clean deploy
- save_cache:
name: Saving Maven Cache
key: *cache-key-deploy
Expand All @@ -259,8 +259,8 @@ workflows:
name: jdk-17
maven-image: "cimg/openjdk:17.0"
- tests-java:
name: jdk-19
maven-image: "cimg/openjdk:19.0"
name: jdk-20
maven-image: "cimg/openjdk:20.0"
- tests-java:
name: jdk-8-nightly
influxdb-image: "quay.io/influxdb/influxdb:nightly"
Expand All @@ -278,7 +278,7 @@ workflows:
- jdk-8
- jdk-11
- jdk-17
- jdk-19
- jdk-20
- jdk-8-nightly
filters:
branches:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
### Bug Fixes
1. [#584](https://github.com/influxdata/influxdb-client-java/pull/584): InfluxQL tags support

### CI
1. [#593](https://github.com/influxdata/influxdb-client-java/pull/593): Add JDK 20 to CI pipeline

### Dependencies

Update dependencies:
Expand Down

0 comments on commit 1031c1c

Please sign in to comment.