@@ -36,18 +36,18 @@ geospatial analytics.
3636
3737## Downloads
3838
39- ** Current release: 2.1.0 **
39+ ** Current release: 2.1.2 **
4040
4141   ;  ;  ;  ;
42- [ ** HBase** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.0 /geomesa-hbase_2.11-2.1.0 -bin.tar.gz ) |
43- [ ** Accumulo** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.0 /geomesa-accumulo_2.11-2.1.0 -bin.tar.gz ) |
44- [ ** Cassandra** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.0 /geomesa-cassandra_2.11-2.1.0 -bin.tar.gz ) |
45- [ ** Kafka** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.0 /geomesa-kafka_2.11-2.1.0 -bin.tar.gz ) |
46- [ ** FileSystem** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.0 /geomesa-fs_2.11-2.1.0 -bin.tar.gz ) |
47- [ ** Source** ] ( https://github.com/locationtech/geomesa/archive/geomesa_2.11-2.1.0 .tar.gz ) |
48- [ ** CheckSums** ] ( https://github.com/locationtech/geomesa/releases/geomesa_2.11-2.1.0 )
49-
50- ** Development version: 2.2.0 -SNAPSHOT**   ;
42+ [ ** HBase** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.2 /geomesa-hbase_2.11-2.1.2 -bin.tar.gz ) |
43+ [ ** Accumulo** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.2 /geomesa-accumulo_2.11-2.1.2 -bin.tar.gz ) |
44+ [ ** Cassandra** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.2 /geomesa-cassandra_2.11-2.1.2 -bin.tar.gz ) |
45+ [ ** Kafka** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.2 /geomesa-kafka_2.11-2.1.2 -bin.tar.gz ) |
46+ [ ** FileSystem** ] ( https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.1.2 /geomesa-fs_2.11-2.1.2 -bin.tar.gz ) |
47+ [ ** Source** ] ( https://github.com/locationtech/geomesa/archive/geomesa_2.11-2.1.2 .tar.gz ) |
48+ [ ** CheckSums** ] ( https://github.com/locationtech/geomesa/releases/geomesa_2.11-2.1.2 )
49+
50+ ** Development version: 2.1.3 -SNAPSHOT**   ;
5151 [ ![ Build Status] ( https://api.travis-ci.org/locationtech/geomesa.svg?branch=master )] ( https://travis-ci.org/locationtech/geomesa )
5252
5353### Verifying Downloads
@@ -62,7 +62,7 @@ $ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys CD24F317
6262Then verify the file:
6363
6464``` bash
65- $ gpg2 --verify geomesa-accumulo_2.11-2.1.0 -bin.tar.gz.asc geomesa-accumulo_2.11-2.1.0 -bin.tar.gz
65+ $ gpg2 --verify geomesa-accumulo_2.11-2.1.2 -bin.tar.gz.asc geomesa-accumulo_2.11-2.1.2 -bin.tar.gz
6666```
6767
6868The keys currently used for signing are:
@@ -110,7 +110,7 @@ and then include the desired `geomesa-*` dependencies:
110110<dependency >
111111 <groupId >org.locationtech.geomesa</groupId >
112112 <artifactId >geomesa-utils_2.11</artifactId >
113- <version >2.1.0 </version >
113+ <version >2.1.2 </version >
114114</dependency >
115115 ...
116116```
@@ -157,7 +157,7 @@ resolvers ++= Seq(
157157
158158// Select desired modules
159159libraryDependencies ++= Seq (
160- " org.locationtech.geomesa" %% " geomesa-utils" % " 2.1.0 " ,
160+ " org.locationtech.geomesa" %% " geomesa-utils" % " 2.1.2 " ,
161161 ...
162162)
163163```
0 commit comments