From 8fac887c8b39eb2bd19230de3e02c87217f3c9b1 Mon Sep 17 00:00:00 2001 From: Yevgeniy Poluektov Date: Mon, 27 Feb 2017 15:43:04 +0300 Subject: [PATCH 1/3] add git commit plugin step into common mvn build steps --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 930f739..8c639d2 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,20 @@ + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + build-info + + + + org.apache.maven.plugins maven-source-plugin @@ -49,6 +63,13 @@ + + pl.project13.maven + git-commit-id-plugin + + false + + From 5748770a2278feb56cd25edd6e73c4638c7d59b0 Mon Sep 17 00:00:00 2001 From: Yevgeniy Poluektov Date: Mon, 27 Feb 2017 15:44:05 +0300 Subject: [PATCH 2/3] change version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c639d2..3fe8357 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ pom com.rbkmoney spring-boot-starter-parent - 1.5.1.RELEASE + 1.5.1.RELEASE-1 RBKmoney parent pom From 7392a7c7768db84be37d38926855635125497d7f Mon Sep 17 00:00:00 2001 From: Yevgeniy Poluektov Date: Mon, 27 Feb 2017 16:14:42 +0300 Subject: [PATCH 3/3] fix --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3fe8357..d18f729 100644 --- a/pom.xml +++ b/pom.xml @@ -39,9 +39,6 @@ org.springframework.boot spring-boot-maven-plugin - - true -