From 07ef8dfb2c087819bfc3ba27f90698980c017ad5 Mon Sep 17 00:00:00 2001 From: Radek Felcman Date: Fri, 9 Apr 2021 09:12:07 +0200 Subject: [PATCH 1/2] Maven build - release version property change to 3.1.0 This is small fix to reflect Maven project 3.1.0-SNAPSHOT changed before. Signed-off-by: Radek Felcman --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2817d94cd82..872d9d0757f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ UTF-8 - 3.0.1 + 3.1.0 SNAPSHOT yyyyMMddHHmm v${maven.build.timestamp} From c75cfab8aa899c63572871780998cb49879f30b4 Mon Sep 17 00:00:00 2001 From: Radek Felcman Date: Fri, 9 Apr 2021 12:10:31 +0200 Subject: [PATCH 2/2] Maven build - release version property change to 3.1.0 Dynamic change based on regex evaluation of project.version property. Signed-off-by: Radek Felcman --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 872d9d0757f..e83edd8a33d 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,6 @@ UTF-8 - 3.1.0 SNAPSHOT yyyyMMddHHmm v${maven.build.timestamp} @@ -1233,6 +1232,19 @@ org.codehaus.mojo build-helper-maven-plugin + + release.version-property + + regex-property + + + release.version + ${project.version} + -SNAPSHOT + + false + + add-integration-test-sources