File tree Expand file tree Collapse file tree
src/main/java/io/github/ilri/cgspace Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
7+ ## [ 7.6.1.3 ] - 2024-06-26
88### Updated
99- Add more formats to ` NormalizeDOIs ` curation task
1010
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ To use these curation tasks in a DSpace project add the following dependency to
1717<dependency>
1818 <groupId>io.github.ilri.cgspace</groupId>
1919 <artifactId>cgspace-java-helpers</artifactId>
20- <version>7.6.1.2 -SNAPSHOT</version>
20+ <version>7.6.1.3 -SNAPSHOT</version>
2121</dependency>
2222```
2323
@@ -33,7 +33,7 @@ $ mvn package
3333Copy the resulting jar to the DSpace ` lib ` directory:
3434
3535``` console
36- $ cp target/cgspace-java-helpers-7.6.1.2 -SNAPSHOT.jar ~ /dspace/lib/
36+ $ cp target/cgspace-java-helpers-7.6.1.3 -SNAPSHOT.jar ~ /dspace/lib/
3737```
3838
3939## Configuration
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
1515<dependency>
1616 <groupId>io.github.ilri.cgspace</groupId>
1717 <artifactId>cgspace-java-helpers</artifactId>
18- <version>7.6.1.2 -SNAPSHOT</version>
18+ <version>7.6.1.3 -SNAPSHOT</version>
1919</dependency>
2020```
2121
@@ -31,7 +31,7 @@ $ mvn package
3131Copy the resulting jar to the DSpace ` lib ` directory:
3232
3333```
34- $ cp target/cgspace-java-helpers-7.6.1.2 -SNAPSHOT.jar ~/dspace/lib/
34+ $ cp target/cgspace-java-helpers-7.6.1.3 -SNAPSHOT.jar ~/dspace/lib/
3535```
3636
3737## Configuration
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
1515<dependency >
1616 <groupId >io.github.ilri.cgspace</groupId >
1717 <artifactId >cgspace-java-helpers</artifactId >
18- <version >7.6.1.2 -SNAPSHOT</version >
18+ <version >7.6.1.3 -SNAPSHOT</version >
1919</dependency >
2020```
2121
@@ -31,7 +31,7 @@ $ mvn package
3131Copy the resulting jar to the DSpace ` lib ` directory:
3232
3333``` console
34- $ cp target/cgspace-java-helpers-7.6.1.2 -SNAPSHOT.jar ~ /dspace/lib/
34+ $ cp target/cgspace-java-helpers-7.6.1.3 -SNAPSHOT.jar ~ /dspace/lib/
3535```
3636
3737## Invocation
You can’t perform that action at this time.
0 commit comments