Skip to content

Commit

Permalink
GEOMESA-2350 Updating release version to 2.0.2 (#2007)
Browse files Browse the repository at this point in the history
* Updating release version to 2.0.2
* Update geomesa.release.version to 2.0.2

Signed-off-by: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
  • Loading branch information
anitagraser authored and elahrvivaz committed Jul 27, 2018
1 parent 535124a commit f816593
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ geospatial analytics.

## Downloads

**Current release: 2.0.1**
**Current release: 2.0.2**

&nbsp;&nbsp;&nbsp;&nbsp;
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.1/geomesa-hbase_2.11-2.0.1-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.1/geomesa-accumulo_2.11-2.0.1-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.1/geomesa-cassandra_2.11-2.0.1-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.1/geomesa-kafka_2.11-2.0.1-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.1/geomesa-fs_2.11-2.0.1-bin.tar.gz) |
[**Source**](https://github.com/locationtech/geomesa/archive/geomesa_2.11-2.0.1.tar.gz) |
[**CheckSums**](https://github.com/locationtech/geomesa/releases/geomesa_2.11-2.0.1)
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.2/geomesa-hbase_2.11-2.0.2-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.2/geomesa-accumulo_2.11-2.0.2-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.2/geomesa-cassandra_2.11-2.0.2-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.2/geomesa-kafka_2.11-2.0.2-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-2.0.2/geomesa-fs_2.11-2.0.2-bin.tar.gz) |
[**Source**](https://github.com/locationtech/geomesa/archive/geomesa_2.11-2.0.2.tar.gz) |
[**CheckSums**](https://github.com/locationtech/geomesa/releases/geomesa_2.11-2.0.2)

**Development version: 2.1.0-SNAPSHOT** &nbsp;
[![Build Status](https://api.travis-ci.org/locationtech/geomesa.svg?branch=master)](https://travis-ci.org/locationtech/geomesa)
Expand All @@ -62,7 +62,7 @@ $ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys CD24F317
Then verify the file:

```bash
$ gpg2 --verify geomesa-accumulo_2.11-2.0.0-bin.tar.gz.asc geomesa-accumulo_2.11-2.0.0-bin.tar.gz
$ gpg2 --verify geomesa-accumulo_2.11-2.0.2-bin.tar.gz.asc geomesa-accumulo_2.11-2.0.2-bin.tar.gz
```

The keys currently used for signing are:
Expand Down Expand Up @@ -110,7 +110,7 @@ and then include the desired `geomesa-*` dependencies:
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-utils_2.11</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
...
```
Expand Down Expand Up @@ -157,7 +157,7 @@ resolvers ++= Seq(

// Select desired modules
libraryDependencies ++= Seq(
"org.locationtech.geomesa" %% "geomesa-utils" % "2.0.1",
"org.locationtech.geomesa" %% "geomesa-utils" % "2.0.2",
...
)
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- bump version right before performing releases for the README and the documentation -->
<geomesa.release.version>2.0.1</geomesa.release.version>
<geomesa.release.version>2.0.2</geomesa.release.version>
<geomesa.devel.version>2.1.0-SNAPSHOT</geomesa.devel.version>

<!-- this must remain outside of version specific scala profiles for sbt/ivy -->
Expand Down

0 comments on commit f816593

Please sign in to comment.