File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/io/github/ilri/cgspace Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88### Updated
9- - Update dspace-api dependency to 7.6.2
9+ - Update dspace-api dependency to 7.6.3
1010- Update gson dependency to 2.10.1 to match dspace-api
1111
1212## [ 7.6.1.3] - 2024-06-26
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >org.dspace</groupId >
4343 <artifactId >dspace-api</artifactId >
44- <version >7.6.2 </version >
44+ <version >7.6.3 </version >
4545 <scope >provided</scope >
4646 </dependency >
4747 </dependencies >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ DSpace curation tasks used on the [CGSpace](https://cgspace.cgiar.org) instituti
44- ** CountryCodeTagger** : add ISO 3166-1 Alpha2 country codes to items based on their existing country metadata
55- ** NormalizeDOIs** : normalize DOIs by stripping whitespace, lowercasing, and converting to https://doi.org/ format
66
7- Tested on DSpace 7.6.2 . Read more about the [ DSpace curation system] ( https://wiki.lyrasis.org/display/DSDOC7x/Curation+System ) .
7+ Tested on DSpace 7.6.3 . Read more about the [ DSpace curation system] ( https://wiki.lyrasis.org/display/DSDOC7x/Curation+System ) .
88
99## Build and Install
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Java-based helpers used on the [CGSpace](https://cgspace.cgiar.org) institutiona
44- ** FixJpgJpgThumbnails** : fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals
55- ** FixLowQualityThumbnails** : remove low-quality thumbnails when PDF bitstreams are present
66
7- Tested on DSpace 7.6.2 . Read more about the [ DSpace curation system] ( https://wiki.lyrasis.org/display/DSDOC7x/Curation+System ) .
7+ Tested on DSpace 7.6.3 . Read more about the [ DSpace curation system] ( https://wiki.lyrasis.org/display/DSDOC7x/Curation+System ) .
88
99## Build and Install
1010
You can’t perform that action at this time.
0 commit comments