From 72c4eba375a698e157716bd45e58d403d75c1a73 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de> Date: Tue, 6 Oct 2015 13:27:28 +0200 Subject: [PATCH] Updated links and version nuts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 51544c05..3c16f7d3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ TeeTime is a Pipe-and-Filter framework for Java. -Informations on how to use it can be found on http://teetime.sourceforge.net. +Informations on how to use it can be found on http://teetime-framework.github.io. ## Build @@ -31,17 +31,17 @@ If you use Maven, simply add following lines to your ``pom.xml``: <dependency> <groupId>net.sourceforge.teetime</groupId> <artifactId>teetime</artifactId> - <version>1.1.2</version> + <version>2.0</version> </dependency> ``` #### 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/) or [the Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sourceforge.teetime%22%20AND%20a%3A%22teetime%22). +The latest TeeTime release can be downloaded directly from [GitHub](https://github.com/teetime-framework/teetime/releases/latest). If you also want to download the source and/or JavaDoc, you can also get a summary of available files on [GitHub](https://github.com/teetime-framework/teetime/releases/) or [the Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sourceforge.teetime%22%20AND%20a%3A%22teetime%22). ### Snapshot -TeeTime is built upon a daily basis. All these nightly builds are accessible to the public. A documentation is provided [here](http://teetime.sourceforge.net/apidocs/index.html). +TeeTime is built upon a daily basis. All these nightly builds are accessible to the public. A documentation is provided [here](http://teetime-framework.github.io/apidocs/index.html). Please do not forget, that this releases are not intended for daily use. These builds may be unstable. @@ -55,7 +55,7 @@ To download these builds, add following lines to your project's ``pom.xml``: <dependency> <groupId>net.sourceforge.teetime</groupId> <artifactId>teetime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> </dependency> ``` -- GitLab