Repository: bahir-flink Updated Branches: refs/heads/master 4eca1a20a -> 4db44f8c9
[BAHIR-118] Define scala version to use based on profiles There was an issue with release publish that was using properties to select the scala version to use, where the proper way is to use the proper scala version profile. Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/4db44f8c Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/4db44f8c Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/4db44f8c Branch: refs/heads/master Commit: 4db44f8c9732e8876b83e11f8ab1685ab9568caa Parents: 4eca1a2 Author: Luciano Resende <[email protected]> Authored: Wed May 17 15:31:58 2017 -0400 Committer: Luciano Resende <[email protected]> Committed: Wed May 17 15:31:58 2017 -0400 ---------------------------------------------------------------------- dev/release-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/4db44f8c/dev/release-build.sh ---------------------------------------------------------------------- diff --git a/dev/release-build.sh b/dev/release-build.sh index 945c750..9124246 100755 --- a/dev/release-build.sh +++ b/dev/release-build.sh @@ -291,7 +291,7 @@ if [[ "$RELEASE_PUBLISH" == "true" ]]; then #Deploy scala 2.10 ./dev/change-scala-version.sh 2.10 - mvn $PUBLISH_PROFILES -DaltDeploymentRepository=apache.releases.https::default::https://repository.apache.org/service/local/staging/deploy/maven2 clean package gpg:sign install:install deploy:deploy -DskipTests -Darguments="-DskipTests" -Dscala-2.10 -Dgpg.passphrase=$GPG_PASSPHRASE + mvn $PUBLISH_PROFILES -DaltDeploymentRepository=apache.releases.https::default::https://repository.apache.org/service/local/staging/deploy/maven2 clean package gpg:sign install:install deploy:deploy -DskipTests -Darguments="-DskipTests" -Pscala-2.10 -Dgpg.passphrase=$GPG_PASSPHRASE cd "$BASE_DIR" #exit target
