Skip to content

Commit 72875b2

Browse files
committed
Update the yarn alpha version to 0.9.1-incubating-SNAPSHOT
1 parent 250ec27 commit 72875b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev/merge_spark_pr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
# Remote name which points to Apache git
3939
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache")
4040

41+
print "%s" % PUSH_REMOTE_NAME
42+
4143
GIT_API_BASE = "https://api.github.com/repos/apache/spark"
4244
# Prefix added to temporary branches
4345
BRANCH_PREFIX = "PR_TOOL"

yarn/alpha/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.spark</groupId>
2222
<artifactId>yarn-parent_2.10</artifactId>
23-
<version>0.9.0-incubating</version>
23+
<version>0.9.1-incubating-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)