File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
import urllib2
32
32
33
33
## 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/"
35
35
RELEASE_KEY = "9E4FE3AF"
36
36
RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1006/"
37
- RELEASE_VERSION = "1.0.0 "
37
+ RELEASE_VERSION = "0.9.1 "
38
38
SCALA_VERSION = "2.10.3"
39
39
SCALA_BINARY_VERSION = "2.10"
40
40
##
Original file line number Diff line number Diff line change 25
25
# - Send output to stderr and have useful logging in stdout
26
26
# - Have this use sbt rather than Maven release plug in
27
27
28
- GIT_USERNAME=pwendell
28
+ GIT_USERNAME=XXX
29
29
GIT_PASSWORD=XXX
30
30
GPG_PASSPHRASE=XXX
31
31
GIT_BRANCH=branch-0.9
32
- RELEASE_VERSION=0.9.0-incubating
32
+ RELEASE_VERSION=0.9.1
33
33
RC_NAME=rc2
34
34
USER_NAME=pwendell
35
35
You can’t perform that action at this time.
0 commit comments