This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 9c82af707a46273f6e455bd18d1a6f8f73190915 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Aug 28 15:12:29 2019 +0700 JAMES-2855 Upgrade git-info plugin to 3.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc8dd6c..d9bd256 100644 --- a/pom.xml +++ b/pom.xml @@ -3079,7 +3079,7 @@ <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> </plugin> </plugins> </pluginManagement> @@ -3217,7 +3217,7 @@ <includeOnlyProperty>git.dirty</includeOnlyProperty> </includeOnlyProperties> <skip>false</skip> - <useNativeGit>true</useNativeGit> + <useNativeGit>true</useNativeGit> <gitDescribe> <skip>false</skip> <always>false</always> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
