@@ -31,10 +31,14 @@ Starting from 2016, Samza will begin requiring JDK8 or higher. Please see [this
3131
3232 Samza tools package contains command line tools that user can run to use Samza and it's input/output systems.
3333
34+ * [ samza-tools-1.1.0.tgz] ( http://www-us.apache.org/dist/samza/1.1.0/samza-tools-1.1.0.tgz )
35+ * [ samza-tools-1.0.0.tgz] ( http://www-us.apache.org/dist/samza/1.0.0/samza-tools-1.0.0.tgz )
3436 * [ samza-tools-0.14.1.tgz] ( http://www-us.apache.org/dist/samza/0.14.1/samza-tools-0.14.1.tgz )
3537
3638### Source Releases
3739
40+ * [ samza-sources-1.1.0.tgz] ( http://www.apache.org/dyn/closer.lua/samza/1.1.0 )
41+ * [ samza-sources-1.0.0.tgz] ( http://www.apache.org/dyn/closer.lua/samza/1.0.0 )
3842 * [ samza-sources-0.14.1.tgz] ( http://www.apache.org/dyn/closer.lua/samza/0.14.1 )
3943 * [ samza-sources-0.14.0.tgz] ( http://www.apache.org/dyn/closer.lua/samza/0.14.0 )
4044 * [ samza-sources-0.13.1.tgz] ( http://www.apache.org/dyn/closer.lua/samza/0.13.1 )
@@ -61,50 +65,50 @@ A Maven-based Samza project can pull in all required dependencies Samza dependen
6165<dependency >
6266 <setId >org.apache.samza</setId >
6367 <artifactId >samza-api</artifactId >
64- <version >0.14.1 </version >
68+ <version >1.1.0 </version >
6569</dependency >
6670<dependency >
6771 <setId >org.apache.samza</setId >
6872 <artifactId >samza-core_2.11</artifactId >
69- <version >0.14.1 </version >
73+ <version >1.1.0 </version >
7074 <scope >runtime</scope >
7175</dependency >
7276<dependency >
7377 <setId >org.apache.samza</setId >
7478 <artifactId >samza-shell</artifactId >
7579 <classifier >dist</classifier >
7680 <type >tgz</type >
77- <version >0.14.1 </version >
81+ <version >1.1.0 </version >
7882 <scope >runtime</scope >
7983</dependency >
8084<dependency >
8185 <setId >org.apache.samza</setId >
8286 <artifactId >samza-yarn_2.11</artifactId >
83- <version >0.14.1 </version >
87+ <version >1.1.0 </version >
8488 <scope >runtime</scope >
8589</dependency >
8690<dependency >
8791 <setId >org.apache.samza</setId >
8892 <artifactId >samza-kv_2.11</artifactId >
89- <version >0.14.1 </version >
93+ <version >1.1.0 </version >
9094 <scope >runtime</scope >
9195</dependency >
9296<dependency >
9397 <setId >org.apache.samza</setId >
9498 <artifactId >samza-kv-rocksdb_2.11</artifactId >
95- <version >0.14.1 </version >
99+ <version >1.1.0 </version >
96100 <scope >runtime</scope >
97101</dependency >
98102<dependency >
99103 <setId >org.apache.samza</setId >
100104 <artifactId >samza-kv-inmemory_2.11</artifactId >
101- <version >0.14.1 </version >
105+ <version >1.1.0 </version >
102106 <scope >runtime</scope >
103107</dependency >
104108<dependency >
105109 <setId >org.apache.samza</setId >
106110 <artifactId >samza-kafka_2.11</artifactId >
107- <version >0.14.1 </version >
111+ <version >1.1.0 </version >
108112 <scope >runtime</scope >
109113</dependency >
110114{% endhighlight %}
0 commit comments