From d40ea5616ba6f02920ded6f9f064834d12935752 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 14 Mar 2014 14:36:45 +0100 Subject: [PATCH 1/2] [Project] fixed urls of projects --- pom.xml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index fd1e1ed97..627756bd0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ eitchnet.ch - http://blog.eitchnet.ch + http://www.strolch.li @@ -35,33 +35,17 @@ eitch Robert von Vurg eitch@eitchnet.ch - http://blog.eitchnet.ch + http://www.eitchnet.ch eitchnet.ch - http://blog.eitchnet.ch + http://www.eitchnet.ch architect developer +1 - - http://localhost - - - - - - nexus.eitchnet.ch From 33d5c13ebe816cc7837a16a3707b0af3b338dc0b Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Wed, 19 Mar 2014 14:19:43 +0100 Subject: [PATCH 2/2] [Project] Enabled compiler warnings for maven-compiler-plugin --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 627756bd0..65942e94a 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,9 @@ 1.7 1.7 + true + true + -Xlint:all