diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed1b5ad..3cef7eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] - ReleaseDate +## [2.2.2] - 2025-02-15 + +### Changed + +- Updated dependencies +- Make `OcflRepositoryBuilder` extensible + ## [2.2.1] - 2024-07-22 ### Added @@ -284,7 +291,8 @@ DROP TABLE ocfl_object_lock; This is a preliminary release of ocfl-java. All major functionality is in place. However, there will be a few breaking configuration changes prior to the v1.0.0 release, specifically in regards to configuring storage layouts. -[Unreleased]: https://github.com/ocfl/ocfl-java/compare/v2.2.1...HEAD +[Unreleased]: https://github.com/ocfl/ocfl-java/compare/v2.2.2...HEAD +[2.2.2]: https://github.com/ocfl/ocfl-java/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/ocfl/ocfl-java/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/ocfl/ocfl-java/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/ocfl/ocfl-java/compare/v2.0.1...v2.1.0 diff --git a/README.md b/README.md index a3f03c7b..1be1d277 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add the following to your project's POM to pull in the library: io.ocfl ocfl-java-core - 2.2.1 + 2.2.2 ``` @@ -30,7 +30,7 @@ If you want S3 support, you must additionally add the following dependency: io.ocfl ocfl-java-aws - 2.2.1 + 2.2.2 ``` diff --git a/ocfl-java-api/pom.xml b/ocfl-java-api/pom.xml index 34bc33ca..5b7930dc 100644 --- a/ocfl-java-api/pom.xml +++ b/ocfl-java-api/pom.xml @@ -31,12 +31,12 @@ io.ocfl ocfl-java-parent - 2.2.2-SNAPSHOT + 2.2.2 ../pom.xml ocfl-java-api - 2.2.2-SNAPSHOT + 2.2.2 OCFL Java API Java API for interacting with objects stored in OCFL. diff --git a/ocfl-java-aws/pom.xml b/ocfl-java-aws/pom.xml index 3664d85a..2a8c33d9 100644 --- a/ocfl-java-aws/pom.xml +++ b/ocfl-java-aws/pom.xml @@ -31,12 +31,12 @@ io.ocfl ocfl-java-parent - 2.2.2-SNAPSHOT + 2.2.2 ../pom.xml ocfl-java-aws - 2.2.2-SNAPSHOT + 2.2.2 OCFL Java AWS Java OCFL implementation that writes to S3. @@ -58,7 +58,7 @@ io.ocfl ocfl-java-core - 2.2.2-SNAPSHOT + 2.2.2 diff --git a/ocfl-java-core/pom.xml b/ocfl-java-core/pom.xml index 09211b66..588bfe0a 100644 --- a/ocfl-java-core/pom.xml +++ b/ocfl-java-core/pom.xml @@ -31,12 +31,12 @@ io.ocfl ocfl-java-parent - 2.2.2-SNAPSHOT + 2.2.2 ../pom.xml ocfl-java-core - 2.2.2-SNAPSHOT + 2.2.2 OCFL Java Core Core Java OCFL implementation code. @@ -51,7 +51,7 @@ io.ocfl ocfl-java-api - 2.2.2-SNAPSHOT + 2.2.2 diff --git a/ocfl-java-itest/pom.xml b/ocfl-java-itest/pom.xml index 83491acf..c382fe87 100644 --- a/ocfl-java-itest/pom.xml +++ b/ocfl-java-itest/pom.xml @@ -31,12 +31,12 @@ io.ocfl ocfl-java-parent - 2.2.2-SNAPSHOT + 2.2.2 ../pom.xml ocfl-java-itest - 2.2.2-SNAPSHOT + 2.2.2 OCFL Java Integration Tests Integration tests for the OCFL Java library. @@ -57,12 +57,12 @@ io.ocfl ocfl-java-core - 2.2.2-SNAPSHOT + 2.2.2 io.ocfl ocfl-java-aws - 2.2.2-SNAPSHOT + 2.2.2 diff --git a/pom.xml b/pom.xml index f4cf9826..b00fafc5 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ io.ocfl ocfl-java-parent - 2.2.2-SNAPSHOT + 2.2.2 pom OCFL Java Parent POM