Repository: flink Updated Branches: refs/heads/master 47afdfbf9 -> 7984acc6b
[Maven] fix order of parent module information An order other than "groupId, artifactId, version" can cause problems with the release scripts. This needs to be properly fixed in tools/generate_specific_pom.sh Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7984acc6 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7984acc6 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7984acc6 Branch: refs/heads/master Commit: 7984acc6bec6cd0184ab12a81df794ff3d34c567 Parents: 47afdfb Author: Maximilian Michels <m...@apache.org> Authored: Tue Sep 22 18:58:53 2015 +0200 Committer: Maximilian Michels <m...@apache.org> Committed: Tue Sep 22 19:20:26 2015 +0200 ---------------------------------------------------------------------- .../flink-language-binding/flink-language-binding-generic/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7984acc6/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml ---------------------------------------------------------------------- diff --git a/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml b/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml index a08ccce..1509935 100644 --- a/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml +++ b/flink-staging/flink-language-binding/flink-language-binding-generic/pom.xml @@ -21,8 +21,8 @@ under the License. <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>flink-language-binding-parent</artifactId> <groupId>org.apache.flink</groupId> + <artifactId>flink-language-binding-parent</artifactId> <version>0.10-SNAPSHOT</version> <relativePath>..</relativePath> </parent>