Bump version to 6.2-SNAPSHOT

I can't figure out how to get non-snapshot releases on Central.
This commit is contained in:
Alan Orth 2023-02-21 10:59:54 +03:00
parent c05a2e4f96
commit 8c0a8fbcd1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
4 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency> <dependency>
<groupId>io.github.ilri.cgspace</groupId> <groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId> <artifactId>cgspace-java-helpers</artifactId>
<version>6.2</version> <version>6.2-SNAPSHOT</version>
</dependency> </dependency>
``` ```
@ -32,7 +32,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory: Copy the resulting jar to the DSpace `lib` directory:
```console ```console
$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/ $ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/
``` ```
## Configuration ## Configuration

View File

@ -6,7 +6,7 @@
<groupId>io.github.ilri.cgspace</groupId> <groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId> <artifactId>cgspace-java-helpers</artifactId>
<version>6.2</version> <version>6.2-SNAPSHOT</version>
<name>cgspace-java-helpers</name> <name>cgspace-java-helpers</name>
<url>https://github.com/ilri/cgspace-java-helpers</url> <url>https://github.com/ilri/cgspace-java-helpers</url>

View File

@ -14,7 +14,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency> <dependency>
<groupId>io.github.ilri.cgspace</groupId> <groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId> <artifactId>cgspace-java-helpers</artifactId>
<version>6.2</version> <version>6.2-SNAPSHOT</version>
</dependency> </dependency>
``` ```
@ -30,7 +30,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory: Copy the resulting jar to the DSpace `lib` directory:
``` ```
$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/ $ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/
``` ```
## Configuration ## Configuration

View File

@ -15,7 +15,7 @@ To use these curation tasks in a DSpace project add the following dependency to
<dependency> <dependency>
<groupId>io.github.ilri.cgspace</groupId> <groupId>io.github.ilri.cgspace</groupId>
<artifactId>cgspace-java-helpers</artifactId> <artifactId>cgspace-java-helpers</artifactId>
<version>6.2</version> <version>6.2-SNAPSHOT</version>
</dependency> </dependency>
``` ```
@ -31,7 +31,7 @@ $ mvn package
Copy the resulting jar to the DSpace `lib` directory: Copy the resulting jar to the DSpace `lib` directory:
```console ```console
$ cp target/cgspace-java-helpers-6.2.jar ~/dspace/lib/ $ cp target/cgspace-java-helpers-6.2-SNAPSHOT.jar ~/dspace/lib/
``` ```
## Invocation ## Invocation