Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changed version numbers for 0.9.1 release.
  • Loading branch information
tdas committed Mar 19, 2014
commit fb1b9133e8bfc091d10f694ec0c814a1f583a1ab
4 changes: 2 additions & 2 deletions dev/audit-release/audit_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
import urllib2

## Fill in release details here:
RELEASE_URL = "http://people.apache.org/~pwendell/spark-1.0.0-rc1/"
RELEASE_URL = "http://people.apache.org/~tdas/spark-0.9.1-rc1/"
RELEASE_KEY = "9E4FE3AF"
RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1006/"
RELEASE_VERSION = "1.0.0"
RELEASE_VERSION = "0.9.1"
SCALA_VERSION = "2.10.3"
SCALA_BINARY_VERSION = "2.10"
##
Expand Down
4 changes: 2 additions & 2 deletions dev/create-release/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
# - Send output to stderr and have useful logging in stdout
# - Have this use sbt rather than Maven release plug in

GIT_USERNAME=pwendell
GIT_USERNAME=XXX
GIT_PASSWORD=XXX
GPG_PASSPHRASE=XXX
GIT_BRANCH=branch-0.9
RELEASE_VERSION=0.9.0-incubating
RELEASE_VERSION=0.9.1
RC_NAME=rc2
USER_NAME=pwendell

Expand Down