File tree 4 files changed +4
-4
lines changed
src/main/java/io/github/ilri/cgspace
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
6
6
7
7
## Unreleased
8
8
### Updated
9
- - Update dspace-api dependency to 7.6.2
9
+ - Update dspace-api dependency to 7.6.3
10
10
- Update gson dependency to 2.10.1 to match dspace-api
11
11
12
12
## [ 7.6.1.3] - 2024-06-26
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.dspace</groupId >
43
43
<artifactId >dspace-api</artifactId >
44
- <version >7.6.2 </version >
44
+ <version >7.6.3 </version >
45
45
<scope >provided</scope >
46
46
</dependency >
47
47
</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
4
4
- ** CountryCodeTagger** : add ISO 3166-1 Alpha2 country codes to items based on their existing country metadata
5
5
- ** NormalizeDOIs** : normalize DOIs by stripping whitespace, lowercasing, and converting to https://doi.org/ format
6
6
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 ) .
8
8
9
9
## Build and Install
10
10
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
4
4
- ** FixJpgJpgThumbnails** : fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals
5
5
- ** FixLowQualityThumbnails** : remove low-quality thumbnails when PDF bitstreams are present
6
6
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 ) .
8
8
9
9
## Build and Install
10
10
You can’t perform that action at this time.
0 commit comments