You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/11/09 16:20:01 UTC

[5/5] flink git commit: [release][scripts] fix typo in release script

[release][scripts] fix typo in release script


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

Branch: refs/heads/release-0.10
Commit: 326d0665c85181dcf1738c10f62abe62cba01d82
Parents: 7a56e7c
Author: Maximilian Michels <mx...@apache.org>
Authored: Thu Nov 5 10:34:16 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Mon Nov 9 15:51:48 2015 +0100

----------------------------------------------------------------------
 tools/create_release_files.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/326d0665/tools/create_release_files.sh
----------------------------------------------------------------------
diff --git a/tools/create_release_files.sh b/tools/create_release_files.sh
index b3061c0..772c698 100755
--- a/tools/create_release_files.sh
+++ b/tools/create_release_files.sh
@@ -175,7 +175,7 @@ deploy_to_maven() {
   $MVN clean deploy -Prelease,docs-and-source --settings deploysettings.xml -DskipTests -Dgpg.executable=$GPG -Dgpg.keyname=$GPG_KEY -Dgpg.passphrase=$GPG_PASSPHRASE -DretryFailedDeploymentCount=10
   cd tools && ./change-scala-version.sh 2.11 && cd ..
   $MVN clean deploy -Dgpg.executable=$GPG -Prelease,docs-and-source --settings deploysettings.xml -DskipTests -Dgpg.keyname=$GPG_KEY -Dgpg.passphrase=$GPG_PASSPHRASE -DretryFailedDeploymentCount=10
-  cd tools && ../change-scala-version.sh 2.10 && cd ..
+  cd tools && ./change-scala-version.sh 2.10 && cd ..
   ../generate_specific_pom.sh $NEW_VERSION $NEW_VERSION_HADOOP1 pom.xml
   sleep 4
   $MVN clean deploy -Dgpg.executable=$GPG -Prelease,docs-and-source --settings deploysettings.xml -DskipTests -Dgpg.keyname=$GPG_KEY -Dgpg.passphrase=$GPG_PASSPHRASE -DretryFailedDeploymentCount=10