You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2018/04/28 11:40:19 UTC

flink git commit: [hotfix] Fix parent version in flink-datastream-allround-test POM

Repository: flink
Updated Branches:
  refs/heads/release-1.5 fe0d8135b -> 64b32ecb6


[hotfix] Fix parent version in flink-datastream-allround-test POM


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

Branch: refs/heads/release-1.5
Commit: 64b32ecb6e2de9e9a3c42c464ca4e7f4c44ccd0b
Parents: fe0d813
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
Authored: Sat Apr 28 19:39:27 2018 +0800
Committer: Tzu-Li (Gordon) Tai <tz...@apache.org>
Committed: Sat Apr 28 19:39:27 2018 +0800

----------------------------------------------------------------------
 flink-end-to-end-tests/flink-datastream-allround-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/64b32ecb/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml
----------------------------------------------------------------------
diff --git a/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml b/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml
index d5f8913..a58bcc8 100644
--- a/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml
+++ b/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<groupId>org.apache.flink</groupId>
 		<artifactId>flink-end-to-end-tests</artifactId>
-		<version>1.6-SNAPSHOT</version>
+		<version>1.5-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>