This is an automated email from the ASF dual-hosted git repository.
boaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 596227b DRILL-6864: Upgrade the git-commit-id plugin to 2.2.5
596227b is described below
commit 596227bbbecfb19bdb55dd8ea58159890f83bc9c
Author: Ben-Zvi <bben-zvi@mapr.com>
AuthorDate: Mon Nov 26 19:06:52 2018 -0800
DRILL-6864: Upgrade the git-commit-id plugin to 2.2.5
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bd512c4..6f80581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -527,7 +527,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
- <version>2.1.9</version>
+ <version>2.2.5</version>
<executions>
<execution>
<id>for-jars</id>
|