Skip to content

Commit fb1b913

Browse files
committed
Changed version numbers for 0.9.1 release.
1 parent 3303d5e commit fb1b913

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev/audit-release/audit_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
import urllib2
3232

3333
## Fill in release details here:
34-
RELEASE_URL = "http://people.apache.org/~pwendell/spark-1.0.0-rc1/"
34+
RELEASE_URL = "http://people.apache.org/~tdas/spark-0.9.1-rc1/"
3535
RELEASE_KEY = "9E4FE3AF"
3636
RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1006/"
37-
RELEASE_VERSION = "1.0.0"
37+
RELEASE_VERSION = "0.9.1"
3838
SCALA_VERSION = "2.10.3"
3939
SCALA_BINARY_VERSION = "2.10"
4040
##

dev/create-release/create-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
# - Send output to stderr and have useful logging in stdout
2626
# - Have this use sbt rather than Maven release plug in
2727

28-
GIT_USERNAME=pwendell
28+
GIT_USERNAME=XXX
2929
GIT_PASSWORD=XXX
3030
GPG_PASSPHRASE=XXX
3131
GIT_BRANCH=branch-0.9
32-
RELEASE_VERSION=0.9.0-incubating
32+
RELEASE_VERSION=0.9.1
3333
RC_NAME=rc2
3434
USER_NAME=pwendell
3535

0 commit comments

Comments
 (0)