diff --git a/assembly/pom.xml b/assembly/pom.xml index 29522fd3fd829398e852180d5709dfd6d27dab5a..cc290c03c9dfa9046b92670631e7dcf5f4eb77dc 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/network-common/pom.xml b/common/network-common/pom.xml index 793f6c7cbf3ea218853796bc413b4d50476d1c6a..ccf4b27b34a699b4fa37b381fae9bd8f79ce38b2 100644 --- a/common/network-common/pom.xml +++ b/common/network-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml index d8ab265289d8f2a50e4e42fcc55680a0da3b4270..98a23249cc1920c211f8e1278e569c6641c4831d 100644 --- a/common/network-shuffle/pom.xml +++ b/common/network-shuffle/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml index ec23a3339f5519a06802fc2ab1a03644fdbd2f6c..dc1ad144dee6f93c8a4792e7f0136511c2827531 100644 --- a/common/network-yarn/pom.xml +++ b/common/network-yarn/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml index 1cefe88d02b950956c30306e1ffcbfdb17c19b13..250b69699332e1ab30c0ad9b129ae724798f6d72 100644 --- a/common/sketch/pom.xml +++ b/common/sketch/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/tags/pom.xml b/common/tags/pom.xml index ad29848b0ce02f9f0f321a0f7f304e75982f335a..0697ed625b261b0481b5d73c1b8c430d826fdee1 100644 --- a/common/tags/pom.xml +++ b/common/tags/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/common/unsafe/pom.xml b/common/unsafe/pom.xml index b94f0991d4e0b862f1b51e4e93210f82bebff34e..cedae5fc279cce574f4996adc965e12b1b495055 100644 --- a/common/unsafe/pom.xml +++ b/common/unsafe/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/core/pom.xml b/core/pom.xml index 6e06b627154bcb91b6d707294de8811340644998..28c4f95afe1980cd7322d1e9517f6474ce8dd742 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/_config.yml b/docs/_config.yml index 84ad5500c0a7d922dac2cb8d9a76e5968e743e5b..75f48a59ab152ed154e99296f77184d8c60cddcc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,7 +14,7 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 2.1.1-SNAPSHOT +SPARK_VERSION: 2.1.1 SPARK_VERSION_SHORT: 2.1.1 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.7" diff --git a/examples/pom.xml b/examples/pom.xml index 8a9e6cfcfcc70bbc54c4f5f19af8eab64346f5bb..72ee896f76238994bd7d2dd76363f3473b473506 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml index 86bc5f5520e267dd3acee9bcd2863d57e5b34660..ac407dd48beb0ab8161b449187afcb6b3c87fa59 100644 --- a/external/docker-integration-tests/pom.xml +++ b/external/docker-integration-tests/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/flume-assembly/pom.xml b/external/flume-assembly/pom.xml index 964e45f31b7419a2c10afe9199923307ebd84754..92992e2f7081c1ac267ba165c78d419d20ab105a 100644 --- a/external/flume-assembly/pom.xml +++ b/external/flume-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml index fa722ee2aad1811404ab5c76512d569b5e577d4a..7e0423a44b14137a7cb5992ad265dab6da0afccc 100644 --- a/external/flume-sink/pom.xml +++ b/external/flume-sink/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/flume/pom.xml b/external/flume/pom.xml index f2c7d3ec6b9c967e0e4782fd74ee47dabde60c64..e1b86cec49c43ca9b875f2c9bf3ea9689af4f2bb 100644 --- a/external/flume/pom.xml +++ b/external/flume/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/java8-tests/pom.xml b/external/java8-tests/pom.xml index 1d7cf371a272a602abd76ffeb49325c093ff682f..8b0583a861e43acd8418658045f5e667df4da85b 100644 --- a/external/java8-tests/pom.xml +++ b/external/java8-tests/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10-assembly/pom.xml b/external/kafka-0-10-assembly/pom.xml index be8e73e41b947f89757faf1f02f422fca910b7cc..1ca601e765a7527d3d39cab9d20a3a4d0a1772d3 100644 --- a/external/kafka-0-10-assembly/pom.xml +++ b/external/kafka-0-10-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10-sql/pom.xml b/external/kafka-0-10-sql/pom.xml index 03ebe6a2f6937263836b9f99bbf1f3b65af2727f..7ae63a5fa5654f6847e1695cde3de86b25931fe7 100644 --- a/external/kafka-0-10-sql/pom.xml +++ b/external/kafka-0-10-sql/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-10/pom.xml b/external/kafka-0-10/pom.xml index a88a180db7f7e06ee50b0c94d43ded54fd22b9a2..7a84764798244d02e50699737d497e1cbf88707c 100644 --- a/external/kafka-0-10/pom.xml +++ b/external/kafka-0-10/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-8-assembly/pom.xml b/external/kafka-0-8-assembly/pom.xml index c0a94f5950d5ca94290df98e9453fa5db07bdc00..9bf41c5cfc2afc019311961e9e098a4ec4c299e4 100644 --- a/external/kafka-0-8-assembly/pom.xml +++ b/external/kafka-0-8-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kafka-0-8/pom.xml b/external/kafka-0-8/pom.xml index 29d898b91b2ddd78ac3b448a8c4e772cb0535b3c..940112f641b06e87cd42afb72919a2be83864085 100644 --- a/external/kafka-0-8/pom.xml +++ b/external/kafka-0-8/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kinesis-asl-assembly/pom.xml b/external/kinesis-asl-assembly/pom.xml index d7bb1acdc1d81a24d3cf580407b052fcb8ad5392..e3305e91591b43fd8557b6b20e22bccd7df04cb4 100644 --- a/external/kinesis-asl-assembly/pom.xml +++ b/external/kinesis-asl-assembly/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/kinesis-asl/pom.xml b/external/kinesis-asl/pom.xml index e78218db379a3475ebd3daf0724a680d7e447817..7610fad9f29e0820e9a9571fb5b46d1f60d74f0b 100644 --- a/external/kinesis-asl/pom.xml +++ b/external/kinesis-asl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/external/spark-ganglia-lgpl/pom.xml b/external/spark-ganglia-lgpl/pom.xml index 41b16500dd2bc0035427c8923988fb00f04a378c..2fd4fd53d1aac165e5bd5e8d67ecf0957fb9d510 100644 --- a/external/spark-ganglia-lgpl/pom.xml +++ b/external/spark-ganglia-lgpl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/graphx/pom.xml b/graphx/pom.xml index 3ffffbaacb809274892f4a600248c82ec11f7403..ac6692194a79b0ab4aa5b4b7b8fadf6337151a7b 100644 --- a/graphx/pom.xml +++ b/graphx/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/launcher/pom.xml b/launcher/pom.xml index c6e5d5c422fdeaf61074057e2ce92237832b6f67..3917251515d37cf14b4becfc4326b7f912c8920c 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mesos/pom.xml b/mesos/pom.xml index 532d6073343ba0cf908bbb45e23e744b715e96e5..6d84d45f3be8f15c8573b8043bde1131c480fcce 100644 --- a/mesos/pom.xml +++ b/mesos/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml index dd77f5269b06fa8a22dfb4c6aa6cfd3ec02c0898..01a4b86121ebedffd7d7b1f57568440d7d8cec11 100644 --- a/mllib-local/pom.xml +++ b/mllib-local/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/mllib/pom.xml b/mllib/pom.xml index dc701b8eff7439c16fd5d0fa1dc02da1a6a54538..44f189cb8c063f3a817ce9859a61f17e91347eac 100644 --- a/mllib/pom.xml +++ b/mllib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index c3909b4f8f66d352dbd3b96cffca991fc9186412..a985cf011de4b221fc32ac6e25bf538963d14d26 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <packaging>pom</packaging> <name>Spark Project Parent POM</name> <url>http://spark.apache.org/</url> diff --git a/python/pyspark/version.py b/python/pyspark/version.py index 6ae3609ae7faed5d0869563a1842f1762fe0ba22..96b5e44bb320a21965fdf7782f9651269df2b4f3 100644 --- a/python/pyspark/version.py +++ b/python/pyspark/version.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.1.1.dev0" +__version__ = "2.1.1" diff --git a/repl/pom.xml b/repl/pom.xml index b1980eba4c1ff4e1fcdd58f5af3036d3f73b4bf5..12142c89db7f936dfa463bca5898ae325fb593cf 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml index 298102f17ab608fe0b0ae887ab42718ec386b1a8..53d961d70038bf5f84f5f825ac37a4c59d902bbc 100644 --- a/sql/catalyst/pom.xml +++ b/sql/catalyst/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/core/pom.xml b/sql/core/pom.xml index bac37f8355f632cfc313b343cb435f44bd09b03b..73327c31a4bd1ad7cc2d6c415e37df70fd393437 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml index 908a2eba50474ea6824124f9afd339373b8d7670..f7ea320c74ae7ba0b665a6ed5b4e47af18b0cc0a 100644 --- a/sql/hive-thriftserver/pom.xml +++ b/sql/hive-thriftserver/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 438f9ea7db2a02969655cd6a771bd9ac23f2abfe..fb61f1495df01e39be784fdd973cd5a27e8d2608 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/streaming/pom.xml b/streaming/pom.xml index 6ee084fcbcd692b61926bce78d8e3b2f62f48ef5..ddad02f2bffedb19ef7ecb11e7143bbdfce997d5 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/tools/pom.xml b/tools/pom.xml index 0c4c9c9f518287ea86c358421e1c737451d99a42..193c0c5881715dcda998a68715577e6edb48632b 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/yarn/pom.xml b/yarn/pom.xml index 797b169184edfa40be77a2f231ed91890cc594d4..1933a0ebccf5d81b43be31bb8818ebe9ab7d458c 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.spark</groupId> <artifactId>spark-parent_2.11</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <relativePath>../pom.xml</relativePath> </parent>