Skip to content

Commit 8531992

Browse files
committed
Version 7.6.1.3
1 parent 27016f5 commit 8531992

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

README.md

+2-2
Original file line numberDiff line numberDiff 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
3333
Copy 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

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

+2-2
Original file line numberDiff line numberDiff 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
3131
Copy 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

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

+2-2
Original file line numberDiff line numberDiff 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
3131
Copy 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

0 commit comments

Comments
 (0)