File tree 4 files changed +7
-7
lines changed
src/main/java/io/github/ilri/cgspace
4 files changed +7
-7
lines changed 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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 7.6.1.3 ] - 2024-06-26
8
8
### Updated
9
9
- Add more formats to ` NormalizeDOIs ` curation task
10
10
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
17
17
<dependency>
18
18
<groupId>io.github.ilri.cgspace</groupId>
19
19
<artifactId>cgspace-java-helpers</artifactId>
20
- <version>7.6.1.2 -SNAPSHOT</version>
20
+ <version>7.6.1.3 -SNAPSHOT</version>
21
21
</dependency>
22
22
```
23
23
@@ -33,7 +33,7 @@ $ mvn package
33
33
Copy the resulting jar to the DSpace ` lib ` directory:
34
34
35
35
``` 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/
37
37
```
38
38
39
39
## 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
15
15
<dependency>
16
16
<groupId>io.github.ilri.cgspace</groupId>
17
17
<artifactId>cgspace-java-helpers</artifactId>
18
- <version>7.6.1.2 -SNAPSHOT</version>
18
+ <version>7.6.1.3 -SNAPSHOT</version>
19
19
</dependency>
20
20
```
21
21
@@ -31,7 +31,7 @@ $ mvn package
31
31
Copy the resulting jar to the DSpace ` lib ` directory:
32
32
33
33
```
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/
35
35
```
36
36
37
37
## 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
15
15
<dependency >
16
16
<groupId >io.github.ilri.cgspace</groupId >
17
17
<artifactId >cgspace-java-helpers</artifactId >
18
- <version >7.6.1.2 -SNAPSHOT</version >
18
+ <version >7.6.1.3 -SNAPSHOT</version >
19
19
</dependency >
20
20
```
21
21
@@ -31,7 +31,7 @@ $ mvn package
31
31
Copy the resulting jar to the DSpace ` lib ` directory:
32
32
33
33
``` 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/
35
35
```
36
36
37
37
## Invocation
You can’t perform that action at this time.
0 commit comments