Skip to content

Commit c017fa1

Browse files
authored
Merge pull request #105 from sanctuuary/releases-fix
Update releases list
2 parents 10ff224 + 7414011 commit c017fa1

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,10 @@ To [build](https://github.com/sanctuuary/APE#build-ape-from-source-using-maven)
3535
#### Note
3636
Building APE from source is not required to run it, as the latest stable version is available at [maven repository](https://mvnrepository.com/artifact/io.github.sanctuuary/APE/latest).
3737

38-
### Releases
39-
| Date | Version | Download |
40-
|------------|---------|--------------------------------------------------------------------------------------|
41-
| 15-07-2020 | 1.0.1 | [jar](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.0.1/APE-1.0.1.jar), [executable](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.0.1/APE-1.0.1-executable.jar), [javadoc](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.0.1/APE-1.0.1-javadoc.jar), [sources](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.0.1/APE-1.0.1-sources.jar)|
42-
| 02-05-2021 | 1.1.7 | [jar](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.7/APE-1.1.7.jar), [executable](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.7/APE-1.1.7-executable.jar), [javadoc](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.7/APE-1.1.7-javadoc.jar), [sources](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.7/APE-1.1.7-sources.jar)|
43-
| 20-12-2021 | 1.1.12 | [jar](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.12/APE-1.1.12.jar), [executable](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.12/APE-1.1.12-executable.jar), [javadoc](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.12/APE-1.1.12-javadoc.jar), [sources](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/1.1.12/APE-1.1.12-sources.jar)|
44-
| 17-05-2021 | 2.0.0 | [jar](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/2.0.0/APE-2.0.0.jar), [executable](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/2.0.0/APE-2.0.0-executable.jar), [javadoc](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/2.0.0/APE-2.0.0-javadoc.jar), [sources](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/2.0.0/APE-2.0.0-sources.jar)|
38+
### Releases
39+
40+
- [Latest](https://github.com/sanctuuary/APE/releases/latest)
41+
- [All releases](https://github.com/sanctuuary/APE/releases)
4542

4643
### Add APE to your Maven project
4744
To add a dependency on APE using Maven, use the following:
@@ -50,7 +47,7 @@ To add a dependency on APE using Maven, use the following:
5047
<dependency>
5148
<groupId>io.github.sanctuuary</groupId>
5249
<artifactId>APE</artifactId>
53-
<version>2.0.0</version>
50+
<version>2.x.x</version>
5451
</dependency>
5552
```
5653
For information regarding **Gradle**, **Ivy**, etc. we refer to the [APE mvn repository](https://mvnrepository.com/artifact/io.github.sanctuuary/APE/latest).
@@ -87,7 +84,7 @@ or
8784
```shell
8885
git clone https://github.com/sanctuuary/APE_UseCases.git
8986
```
90-
Download the latest version of [`APE-[latest]-executable.jar`](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/2.0.0/APE-2.0.0-executable.jar) and add it to the APE_UseCases directory (`~/git/APE_UseCases`)
87+
Download the latest version of [`APE-[latest]-executable.jar`](https://repo.maven.apache.org/maven2/io/github/sanctuuary/APE/) and add it to the APE_UseCases directory (`~/git/APE_UseCases`)
9188
```shell
9289
cd ~/git/APE_UseCases
9390
java -jar APE-[latest]-executable.jar ImageMagick/Example1/config.json

0 commit comments

Comments
 (0)