Skip to content

Commit

Permalink
Prepare for release, update release date (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow authored Mar 17, 2023
1 parent afebe86 commit 2f5983b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
exasol-docker-version: [ "7.0.20", "7.1.18" ]
env:
DEFAULT_DOCKER_DB_VERSION: "7.1.18"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down
4 changes: 3 additions & 1 deletion doc/changes/changes_2.7.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cloud Storage Extension 2.7.1, released 2023-03-16
# Cloud Storage Extension 2.7.1, released 2023-03-17

Code name: Various Refactorings

Expand All @@ -19,12 +19,14 @@ In this release, we removed obsolete setup instructions that are only relevant t

### Compile Dependency Updates

* Updated `com.exasol:parquet-io-java:2.0.0` to `2.0.1`
* Updated `com.google.protobuf:protobuf-java:3.22.0` to `3.22.2`
* Updated `io.netty:netty-all:4.1.89.Final` to `4.1.90.Final`
* Updated `org.apache.orc:orc-core:1.8.2` to `1.8.3`

### Test Dependency Updates

* Updated `nl.jqno.equalsverifier:equalsverifier:3.14` to `3.14.1`
* Updated `org.mockito:mockito-core:5.1.1` to `5.2.0`

### Plugin Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>parquet-io-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -456,7 +456,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14</version>
<version>3.14.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2f5983b

Please sign in to comment.