Skip to content
Snippets Groups Projects
Commit 34f84557 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

changed link to the stable version files

parent ba743ca6
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ If you use Maven, simply add following lines to your ``pom.xml``: ...@@ -18,7 +18,7 @@ If you use Maven, simply add following lines to your ``pom.xml``:
<dependency> <dependency>
<groupId>net.sourceforge.teetime</groupId> <groupId>net.sourceforge.teetime</groupId>
<artifactId>teetime</artifactId> <artifactId>teetime</artifactId>
<version>1.0</version> <version>VERSION</version>
</dependency> </dependency>
``` ```
...@@ -27,7 +27,7 @@ Please make sure, your project management tool uses Maven's central repository. ...@@ -27,7 +27,7 @@ Please make sure, your project management tool uses Maven's central repository.
#### Binaries and sources #### Binaries and sources
The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/). Alternatively, all files are accessible from the [CI Server](https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-release/lastSuccessfulBuild/artifact/target/). The latest TeeTime release can be downloaded directly from [Sourceforge](https://sourceforge.net/projects/teetime/files/latest/download). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [Sourceforge](https://sourceforge.net/projects/teetime/files/). Alternatively, all files are accessible [directly from Maven's central repository](http://repo1.maven.org/maven2/net/sourceforge/teetime/teetime/).
## Snapshot ## Snapshot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment