Skip to content

Commit 3a860da

Browse files
committed
Update install instructions
1 parent 5f44c9e commit 3a860da

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.3-SNAPSHOT</version>
20+
<version>7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/
36+
$ cp target/cgspace-java-helpers-7.6.1.4-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.3-SNAPSHOT</version>
18+
<version>7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/
34+
$ cp target/cgspace-java-helpers-7.6.1.4-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.3-SNAPSHOT</version>
18+
<version>7.6.1.4-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.3-SNAPSHOT.jar ~/dspace/lib/
34+
$ cp target/cgspace-java-helpers-7.6.1.4-SNAPSHOT.jar ~/dspace/lib/
3535
```
3636

3737
## Invocation

0 commit comments

Comments
 (0)