Skip to content

Commit

Permalink
Updating README.md before the release.
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Hughes <[email protected]>
  • Loading branch information
jnh5y committed Jun 26, 2020
1 parent ff34688 commit c8933c4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ geospatial analytics.

## Downloads

**Current release: 2.4.0**
**Current release: 3.0.0**

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

**Development version: 2.5.0-SNAPSHOT**
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-hbase_2.11-3.0.0-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-accumulo_2.11-3.0.0-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-cassandra_2.11-3.0.0-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-kafka_2.11-3.0.0-bin.tar.gz) |
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-redis_2.11-3.0.0-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-fs_2.11-3.0.0-bin.tar.gz) |
[**Bigtable**](https://github.com/locationtech/geomesa/releases/download/geomesa_2.11-3.0.0/geomesa-bigtable_2.11-3.0.0-bin.tar.gz) |
[**Source**](https://github.com/locationtech/geomesa/archive/geomesa_2.11-3.0.0.tar.gz) |
[**CheckSums**](https://github.com/locationtech/geomesa/releases/geomesa_2.11-3.0.0)

**Development version: 3.1.0-SNAPSHOT**

&nbsp;&nbsp;&nbsp;&nbsp;
[![Build Status](https://github.com/locationtech/geomesa/workflows/CI/badge.svg?branch=main)](https://github.com/locationtech/geomesa/actions?query=branch%3Amain+workflow%3ACI)
Expand All @@ -67,7 +67,7 @@ $ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys CD24F317
Then verify the file:

```bash
$ gpg2 --verify geomesa-accumulo_2.11-2.4.0-bin.tar.gz.asc geomesa-accumulo_2.11-2.4.0-bin.tar.gz
$ gpg2 --verify geomesa-accumulo_2.11-3.0.0-bin.tar.gz.asc geomesa-accumulo_2.11-3.0.0-bin.tar.gz
```

The keys currently used for signing are:
Expand Down Expand Up @@ -113,7 +113,7 @@ You may then include the desired `geomesa-*` dependencies, for example:
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-utils_2.11</artifactId>
<version>2.4.0</version>
<version>3.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -157,7 +157,7 @@ resolvers ++= Seq(

// Select desired modules
libraryDependencies ++= Seq(
"org.locationtech.geomesa" %% "geomesa-utils" % "2.4.0"
"org.locationtech.geomesa" %% "geomesa-utils" % "3.0.0"
)
```

Expand Down

0 comments on commit c8933c4

Please sign in to comment.