summaryrefslogtreecommitdiff
path: root/site/docs/1.1.0/streaming-programming-guide.html
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-09-18 00:53:30 +0000
committerPatrick Wendell <pwendell@apache.org>2014-09-18 00:53:30 +0000
commit2f8e83dd1ebf59cfc835fcd517dec55ff559991c (patch)
treed867869eb9e41421fca4374ef8978599992f1708 /site/docs/1.1.0/streaming-programming-guide.html
parent4f85fb7842a7a7da32706f0f0bdab4d57db925f4 (diff)
downloadspark-website-2f8e83dd1ebf59cfc835fcd517dec55ff559991c.tar.gz
spark-website-2f8e83dd1ebf59cfc835fcd517dec55ff559991c.tar.bz2
spark-website-2f8e83dd1ebf59cfc835fcd517dec55ff559991c.zip
Fixing version in 1.1 documentation
Diffstat (limited to 'site/docs/1.1.0/streaming-programming-guide.html')
-rw-r--r--site/docs/1.1.0/streaming-programming-guide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/1.1.0/streaming-programming-guide.html b/site/docs/1.1.0/streaming-programming-guide.html
index a1bee806b..bf0f49ba8 100644
--- a/site/docs/1.1.0/streaming-programming-guide.html
+++ b/site/docs/1.1.0/streaming-programming-guide.html
@@ -422,13 +422,13 @@ need to know to write your streaming applications.</p>
<pre><code>&lt;dependency&gt;
&lt;groupId&gt;org.apache.spark&lt;/groupId&gt;
&lt;artifactId&gt;spark-streaming_2.10&lt;/artifactId&gt;
- &lt;version&gt;1.1.0-SNAPSHOT&lt;/version&gt;
+ &lt;version&gt;1.1.0&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
</div>
<div data-lang="SBT">
- <pre><code>libraryDependencies += "org.apache.spark" % "spark-streaming_2.10" % "1.1.0-SNAPSHOT"
+ <pre><code>libraryDependencies += "org.apache.spark" % "spark-streaming_2.10" % "1.1.0"
</code></pre>
</div>
</div>