From e59098af855648965bc9f22e4454e209a9ce3662 Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de>
Date: Sat, 24 Jan 2015 12:48:56 +0100
Subject: [PATCH] instead of a text description, there are only badges from now
 on in the bottom description

---
 src/site/site.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 917e58b8..759a7009 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -105,12 +105,10 @@
 				<column>Get Involved</column>
 			</bottomNav>
 			<bottomDescription>
-				TeeTime is a Pipes-And-Filters-Framework for Java.
-				It provides a simple way
-				of analysis tooling.
 				<![CDATA[
+				<a href="https://sourceforge.net/p/teetime/" rel="nofollow"><img alt="Download TeeTime" src="https://sourceforge.net/sflogo.php?type=11&group_id=2244303"></a>
 				<br />
-				<a href="https://sourceforge.net/p/teetime/" rel="nofollow"><img alt="Download TeeTime" src="https://sourceforge.net/sflogo.php?type=10&group_id=2244303"></a>
+				<a href="http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sourceforge.teetime%22%20AND%20a%3A%22teetime%22"><img alt="Maven Central Repository" src="https://img.shields.io/maven-central/v/net.sourceforge.teetime/teetime.svg?style=flat-square"></a>
 				]]>
 			</bottomDescription>
 			<pages>
-- 
GitLab