zentol closed pull request #6443: [FLINK-9986][build] Only include commit info
in .version.properties file
URL: https://github.com/apache/flink/pull/6443
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index ab4521cf51f..271582fb5e8 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services