From 34f8455742b3d39088311241f9698e42bc47aeae Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Thu, 18 Dec 2014 20:01:38 +0100 Subject: [PATCH] changed link to the stable version files --- src/site/markdown/download.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md index 6e3c7780..dcf08843 100644 --- a/src/site/markdown/download.md +++ b/src/site/markdown/download.md @@ -18,7 +18,7 @@ If you use Maven, simply add following lines to your ``pom.xml``: <dependency> <groupId>net.sourceforge.teetime</groupId> <artifactId>teetime</artifactId> - <version>1.0</version> + <version>VERSION</version> </dependency> ``` @@ -27,7 +27,7 @@ Please make sure, your project management tool uses Maven's central repository. #### 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 -- GitLab