Skip to content

Commit 5f9490e

Browse files
committed
Use dspace-api 7.6.3
1 parent 9a46416 commit 5f9490e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff 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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>

src/main/java/io/github/ilri/cgspace/ctasks/README.md

+1-1
Original file line numberDiff line numberDiff 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

src/main/java/io/github/ilri/cgspace/scripts/README.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)