Skip to content

Commit

Permalink
Version 7.6.1.1
Browse files Browse the repository at this point in the history
Unsure of the versioning, but something tells me I should follow
the upstream DSpace versioning to keep things simple.
  • Loading branch information
alanorth committed Apr 23, 2024
1 parent 639148d commit 9050caf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.6.1.1] - 2024-04-23
### Added
- New `NormalizeDOIs` curation task

### Updated
- Update dependencies in `pom.xml`

## [7.6.1] - 2024-01-02
### Changed
- Pin gson dependency to 2.9.0 to avoid dependency convergence issues with DSpace
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency>
<groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1.1-SNAPSHOT</version>
</dependency>
```

Expand All @@ -33,7 +33,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:

```console
$ cp target/cgspace-java-helpers-7.6.1-SNAPSHOT.jar ~/dspace/lib/
$ cp target/cgspace-java-helpers-7.6.1.1-SNAPSHOT.jar ~/dspace/lib/
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1.1-SNAPSHOT</version>

<name>cgspace-java-helpers</name>
<url>https://github.com/ilri/cgspace-java-helpers</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/github/ilri/cgspace/ctasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency>
<groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1.1-SNAPSHOT</version>
</dependency>
```

Expand All @@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:

```
$ cp target/cgspace-java-helpers-7.6.1-SNAPSHOT.jar ~/dspace/lib/
$ cp target/cgspace-java-helpers-7.6.1.1-SNAPSHOT.jar ~/dspace/lib/
```

## Configuration
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/io/github/ilri/cgspace/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency>
<groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId>
<version>7.6.1-SNAPSHOT</version>
<version>7.6.1.1-SNAPSHOT</version>
</dependency>
```

Expand All @@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory:

```console
$ cp target/cgspace-java-helpers-7.6.1-SNAPSHOT.jar ~/dspace/lib/
$ cp target/cgspace-java-helpers-7.6.1.1-SNAPSHOT.jar ~/dspace/lib/
```

## Invocation
Expand Down

0 comments on commit 9050caf

Please sign in to comment.