From 84279dbdbbe1143b161496ae9d34f2f939b40eba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Wed, 2 Nov 2016 20:19:49 +0100 Subject: [PATCH] auto-commit root POM as well MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8457949..d639869 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ update-properties: ##@maintenance Update all properties to their latest versions mvn versions:update-properties \ --update-snapshots \ -DgenerateBackupPoms=false - git add **/**/pom.xml + git add pom.xml **/**/pom.xml git commit -s -S -m 'Update properties to latest version' .PHONY: sonar-analysis -- 2.11.4.GIT