diff --git a/pom.xml b/pom.xml
index 39c1dccc1406bb944087dde6b2fe9cbaf2ddd2f9..b8128c21ecd4ab21aef3f89163f1e35d310ec349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,11 @@
 		<tag>teetime-1.0</tag>
 	</scm>
 
+	<ciManagement>
+		<system>Jenkins</system>
+		<url>https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/</url>
+	</ciManagement>
+
 	<dependencies>
 		<dependency>
 			<groupId>junit</groupId>
@@ -116,7 +121,7 @@
 
 	<build>
 		<plugins>
-
+			<!-- Release plugin -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-release-plugin</artifactId>
@@ -427,4 +432,5 @@
 		</profile>
 	</profiles>
 
+
 </project>