This is an automated email from the ASF dual-hosted git repository. davidlim pushed a commit to branch 0.13.0-incubating in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
commit b419dd8baa523a531d7104aae9e4937b642bed6a Author: Joshua Sun <[email protected]> AuthorDate: Sat Oct 20 14:45:09 2018 -0700 fix shallow clone git-commit-id plugin unable to find commits until tag issue (#6495) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c05dd90..378e953 100644 --- a/pom.xml +++ b/pom.xml @@ -1078,7 +1078,7 @@ </excludeProperties> <gitDescribe> <skip>false</skip> - <always>false</always> + <always>true</always> <abbrev>7</abbrev> <dirty>-dirty</dirty> <forceLongFormat>true</forceLongFormat> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
