You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2016/06/30 19:50:32 UTC

flink git commit: [FLINK-4128] [build system] Fix directory for git-commit-id-plugin

Repository: flink
Updated Branches:
  refs/heads/master 7324b9c17 -> 913dc8df2


[FLINK-4128] [build system] Fix directory for git-commit-id-plugin

This closes #2179


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/913dc8df
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/913dc8df
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/913dc8df

Branch: refs/heads/master
Commit: 913dc8df242047698a8be91a5e5aeaab45345394
Parents: 7324b9c
Author: Mao Wei <we...@intel.com>
Authored: Wed Jun 29 00:50:26 2016 +0800
Committer: Greg Hogan <co...@greghogan.com>
Committed: Thu Jun 30 14:58:34 2016 -0400

----------------------------------------------------------------------
 flink-runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/913dc8df/flink-runtime/pom.xml
----------------------------------------------------------------------
diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml
index 8007428..bb3ba3b 100644
--- a/flink-runtime/pom.xml
+++ b/flink-runtime/pom.xml
@@ -323,7 +323,7 @@ under the License.
 					</execution>
 				</executions>
 				<configuration>
-					<dotGitDirectory>${project.basedir}/../../.git</dotGitDirectory>
+					<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
 					<generateGitPropertiesFile>true</generateGitPropertiesFile>
 					<skipPoms>false</skipPoms>
 					<failOnNoGitDirectory>false</failOnNoGitDirectory>