You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/08/02 11:27:29 UTC

[flink] branch release-1.6 updated: [hotfix][build] Fix project version in ES6 test module

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new c1f7cc7  [hotfix][build] Fix project version in ES6 test module
c1f7cc7 is described below

commit c1f7cc7a98702ab9982e5a37a4ff526941afb951
Author: Chesnay <ch...@apache.org>
AuthorDate: Thu Aug 2 13:27:25 2018 +0200

    [hotfix][build] Fix project version in ES6 test module
---
 flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml b/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml
index d170235..03be6d7 100644
--- a/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml
+++ b/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml
@@ -26,7 +26,7 @@ under the License.
 	<parent>
 		<groupId>org.apache.flink</groupId>
 		<artifactId>flink-end-to-end-tests</artifactId>
-		<version>1.7-SNAPSHOT</version>
+		<version>1.6-SNAPSHOT</version>
 		<relativePath>..</relativePath>
 	</parent>