Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorth committed Jun 26, 2024
1 parent 5f44c9e commit 3a860da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.3-SNAPSHOT</version>
<version>7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/
$ cp target/cgspace-java-helpers-7.6.1.4-SNAPSHOT.jar ~/dspace/lib/
```

## Configuration
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.3-SNAPSHOT</version>
<version>7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/
$ cp target/cgspace-java-helpers-7.6.1.4-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.3-SNAPSHOT</version>
<version>7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/
$ cp target/cgspace-java-helpers-7.6.1.4-SNAPSHOT.jar ~/dspace/lib/
```

## Invocation
Expand Down

0 comments on commit 3a860da

Please sign in to comment.