[FLINK-9754][release] Remove references to scala profiles

This closes #6286.


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

Branch: refs/heads/master
Commit: c3b013b9d0c2e5f4941ddeff18084d090c066440
Parents: 04d0009
Author: zentol <ches...@apache.org>
Authored: Mon Jul 9 12:48:13 2018 +0200
Committer: zentol <ches...@apache.org>
Committed: Wed Jul 11 12:05:10 2018 +0200

----------------------------------------------------------------------
 tools/releasing/create_binary_release.sh | 2 +-
 tools/releasing/deploy_staging_jars.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c3b013b9/tools/releasing/create_binary_release.sh
----------------------------------------------------------------------
diff --git a/tools/releasing/create_binary_release.sh 
b/tools/releasing/create_binary_release.sh
index ac2619c..374c785 100755
--- a/tools/releasing/create_binary_release.sh
+++ b/tools/releasing/create_binary_release.sh
@@ -60,7 +60,7 @@ make_binary_release() {
   fi
 
   # enable release profile here (to check for the maven version)
-  $MVN clean package $FLAGS -Prelease,scala-${SCALA_VERSION} -pl 
flink-shaded-hadoop/flink-shaded-hadoop2-uber,flink-dist -am -Dgpg.skip 
-Dcheckstyle.skip=true -DskipTests -Dmaven.test.skip=true
+  $MVN clean package $FLAGS -Prelease -pl 
flink-shaded-hadoop/flink-shaded-hadoop2-uber,flink-dist -am -Dgpg.skip 
-Dcheckstyle.skip=true -DskipTests -Dmaven.test.skip=true
 
   cd flink-dist/target/flink-*-bin/
   tar czf "${dir_name}.tgz" flink-*

http://git-wip-us.apache.org/repos/asf/flink/blob/c3b013b9/tools/releasing/deploy_staging_jars.sh
----------------------------------------------------------------------
diff --git a/tools/releasing/deploy_staging_jars.sh 
b/tools/releasing/deploy_staging_jars.sh
index 9245bdd..1bc20d0 100755
--- a/tools/releasing/deploy_staging_jars.sh
+++ b/tools/releasing/deploy_staging_jars.sh
@@ -41,5 +41,5 @@ cd ..
 echo "Deploying to repository.apache.org"
 
 echo "Deploying Scala 2.11 version"
-$MVN clean deploy -Prelease,docs-and-source,scala-2.11 -DskipTests 
-DretryFailedDeploymentCount=10
+$MVN clean deploy -Prelease,docs-and-source -DskipTests 
-DretryFailedDeploymentCount=10
 

Reply via email to