Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.12]

### Changed

- Bump org.bouncycastle:bcprov-jdk18on to 1.84

## [4.1.11]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.instaclustr</groupId>
<artifactId>esop-parent</artifactId>
<version>4.1.10</version>
<version>4.1.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>esop-azure</artifactId>
<version>4.1.11</version>
<version>4.1.12-SNAPSHOT</version>

<name>esop-azure</name>
<description>Backup and restoration tooling for Cassandra for Azure</description>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.instaclustr</groupId>
<artifactId>esop-parent</artifactId>
<version>4.1.10</version>
<version>4.1.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>esop-core</artifactId>
<version>4.1.11</version>
<version>4.1.12-SNAPSHOT</version>

<name>esop-core</name>
<description>Core of backup and restoration tooling for Cassandra</description>
Expand Down
4 changes: 2 additions & 2 deletions gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.instaclustr</groupId>
<artifactId>esop-parent</artifactId>
<version>4.1.10</version>
<version>4.1.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>esop-gcp</artifactId>
<version>4.1.11</version>
<version>4.1.12-SNAPSHOT</version>

<name>esop-gcp</name>
<description>Backup and restoration tooling for Cassandra for GCP</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.instaclustr</groupId>
<artifactId>esop-parent</artifactId>
<version>4.1.11</version>
<version>4.1.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>esop-parent</name>
Expand Down
6 changes: 3 additions & 3 deletions s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.instaclustr</groupId>
<artifactId>esop-parent</artifactId>
<version>4.1.11</version>
<version>4.1.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>esop-s3</artifactId>
<version>4.1.11</version>
<version>4.1.12-SNAPSHOT</version>

<name>esop-s3</name>
<description>Backup and restoration tooling for Cassandra for AWS S3</description>
Expand All @@ -20,7 +20,7 @@
<maven.surefire.plugin.version>3.1.2</maven.surefire.plugin.version>
<aws-java-sdk.version>2.49.5</aws-java-sdk.version>
<s3.encryption.client.version>4.0.0</s3.encryption.client.version>
<bouncy.castle.version>1.78.1</bouncy.castle.version>
<bouncy.castle.version>1.84</bouncy.castle.version>
<skip.packages>false</skip.packages>
</properties>

Expand Down