Skip to content

Commit 1cc1b04

Browse files
authored
Update README.md
1 parent e4fae12 commit 1cc1b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mvn clean install -DskipTests
3030
When the compilation finishes you will have a **target** folder. Inside you can find the compiled java classes and the packaged jars. The jar **im-java-api-x.x.x-jar-with-dependencies.jar** includes all the libraries needed by the im-java-api and can be used independently. The jar **im-java-api-x.x.x.jar** contains only the im-java-api compiled code and needs external libraries to work. The external libraries needed by the project are specified in the pom.xml
3131

3232
### 1.2.1 From a tarball
33-
The code for the library can also be found in the [im-java-api github repository](https://github.com/indigo-dc/im-java-api/releases/tag/v0.4.9).
33+
The code for the library can also be found in the [im-java-api github repository](https://github.com/indigo-dc/im-java-api/releases/latest).
3434
To download the source code:
3535
```
3636
wget https://github.com/indigo-dc/im-java-api/archive/v0.4.9.tar.gz

0 commit comments

Comments
 (0)