Skip to content

Commit

Permalink
Bumping release/development version
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Lahr-Vivaz <[email protected]>
  • Loading branch information
elahrvivaz committed Dec 2, 2019
1 parent 8fae4f1 commit fb01642
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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.3.2**
**Current release: 2.4.0**

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

**Development version: 2.4.0-SNAPSHOT** &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** &nbsp;
[![Build Status](https://api.travis-ci.org/locationtech/geomesa.svg?branch=master)](https://travis-ci.org/locationtech/geomesa)

### Verifying Downloads
Expand All @@ -65,7 +65,7 @@ $ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys CD24F317
Then verify the file:

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

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

// Select desired modules
libraryDependencies ++= Seq(
"org.locationtech.geomesa" %% "geomesa-utils" % "2.3.2",
"org.locationtech.geomesa" %% "geomesa-utils" % "2.4.0",
...
)
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
<!-- *** documentation *** -->

<!-- bump version right before performing releases for the README and the documentation -->
<geomesa.release.version>2.3.2</geomesa.release.version>
<geomesa.devel.version>2.4.0-SNAPSHOT</geomesa.devel.version>
<geomesa.release.version>2.4.0</geomesa.release.version>
<geomesa.devel.version>2.5.0-SNAPSHOT</geomesa.devel.version>
<copyright.year>2019</copyright.year>

<!-- recommended installation versions -->
Expand Down

0 comments on commit fb01642

Please sign in to comment.