Skip to content

Commit 03dbab3

Browse files
committed
Setting release versions
Signed-off-by: Emilio Lahr-Vivaz <[email protected]>
1 parent 4608726 commit 03dbab3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ geospatial analytics.
3636

3737
## Downloads
3838

39-
**Current release: 2.1.0**
39+
**Current release: 2.1.2**
4040

4141
&nbsp;&nbsp;&nbsp;&nbsp;
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** &nbsp;
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** &nbsp;
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
6262
Then 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

6868
The 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
159159
libraryDependencies ++= Seq(
160-
"org.locationtech.geomesa" %% "geomesa-utils" % "2.1.0",
160+
"org.locationtech.geomesa" %% "geomesa-utils" % "2.1.2",
161161
...
162162
)
163163
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060

6161
<!-- bump version right before performing releases for the README and the documentation -->
62-
<geomesa.release.version>2.1.0</geomesa.release.version>
63-
<geomesa.devel.version>2.2.0-SNAPSHOT</geomesa.devel.version>
62+
<geomesa.release.version>2.1.2</geomesa.release.version>
63+
<geomesa.devel.version>2.1.3-SNAPSHOT</geomesa.devel.version>
6464

6565
<!-- this must remain outside of version specific scala profiles for sbt/ivy -->
6666
<scala.binary.version>2.11</scala.binary.version>

0 commit comments

Comments
 (0)