This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.6 by this push:
new 55a1db2 [FLINK-9986][build] Only include commit info in
.version.properties file
55a1db2 is described below
commit 55a1db2d0e41d8232b2422fc8174efbfc4f8a22f
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 cfc57c0..a98212f 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -470,7 +470,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>
@@ -484,6 +484,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>