From ad8f0220e9a417e783f6f911909b0c5282652a17 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 20 Jun 2017 15:38:46 +0200 Subject: [PATCH] [Project] filter all property files --- li.strolch.model/pom.xml | 2 +- li.strolch.persistence.postgresql/pom.xml | 2 +- li.strolch.persistence.xml/pom.xml | 2 +- li.strolch.rest/pom.xml | 2 +- li.strolch.service/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/li.strolch.model/pom.xml b/li.strolch.model/pom.xml index 33368ba26..dd86e4b8b 100644 --- a/li.strolch.model/pom.xml +++ b/li.strolch.model/pom.xml @@ -37,7 +37,7 @@ src/main/resources true - **/componentVersion.properties + **/*.properties diff --git a/li.strolch.persistence.postgresql/pom.xml b/li.strolch.persistence.postgresql/pom.xml index 83673029c..9dd7e9599 100644 --- a/li.strolch.persistence.postgresql/pom.xml +++ b/li.strolch.persistence.postgresql/pom.xml @@ -50,7 +50,7 @@ src/main/resources true - **/componentVersion.properties + **/*.properties diff --git a/li.strolch.persistence.xml/pom.xml b/li.strolch.persistence.xml/pom.xml index 4c2a8f758..85a045b3d 100644 --- a/li.strolch.persistence.xml/pom.xml +++ b/li.strolch.persistence.xml/pom.xml @@ -44,7 +44,7 @@ src/main/resources true - **/componentVersion.properties + **/*.properties diff --git a/li.strolch.rest/pom.xml b/li.strolch.rest/pom.xml index 930173c9b..2042396cc 100644 --- a/li.strolch.rest/pom.xml +++ b/li.strolch.rest/pom.xml @@ -95,7 +95,7 @@ src/main/resources true - **/componentVersion.properties + **/*.properties diff --git a/li.strolch.service/pom.xml b/li.strolch.service/pom.xml index e634ddad9..aa7807ada 100644 --- a/li.strolch.service/pom.xml +++ b/li.strolch.service/pom.xml @@ -56,7 +56,7 @@ src/main/resources true - **/componentVersion.properties + **/*.properties