Skip to content

Commit

Permalink
[FLINK-9946][tests] Update quickstart E2E script for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jul 25, 2018
1 parent 02fa213 commit 87bdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/test-scripts/test_quickstarts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARTIFACT_VERSION=0.1
mvn archetype:generate \
-DarchetypeGroupId=org.apache.flink \
-DarchetypeArtifactId=flink-quickstart-${TEST_TYPE} \
-DarchetypeVersion=1.6-SNAPSHOT \
-DarchetypeVersion=1.7-SNAPSHOT \
-DgroupId=org.apache.flink.quickstart \
-DartifactId=${ARTIFACT_ID} \
-Dversion=${ARTIFACT_VERSION} \
Expand Down

0 comments on commit 87bdf7e

Please sign in to comment.