This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.5
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.5 by this push:
new 6346179 [FLINK-9986][build] Only include commit info in
.version.properties file
6346179 is described below
commit 63461797dca7de5cf1db57d7c55a7407a132df52
Author: Chesnay <[email protected]>
AuthorDate: Tue Jul 31 20:24:49 2018 +0200
[FLINK-9986][build] Only include commit info in .version.properties file
---
flink-runtime/pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 9493e9d..02135f2 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -465,7 +465,7 @@ under the License.
Used to show the git ref when starting
the jobManager. -->
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
- <version>2.1.5</version>
+ <version>2.1.14</version>
<executions>
<execution>
<goals>
@@ -479,6 +479,9 @@ under the License.
<skipPoms>false</skipPoms>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<generateGitPropertiesFilename>src/main/resources/.version.properties</generateGitPropertiesFilename>
+ <includeOnlyProperties>
+
<includeOnlyProperty>git.commit.*</includeOnlyProperty>
+ </includeOnlyProperties>
<gitDescribe>
<!-- don't generate the
describe property -->
<skip>true</skip>