Skip to content

Commit

Permalink
Set versions for 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed May 2, 2024
1 parent f351c5c commit dd35f27
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/maven-badge.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -37,16 +37,16 @@ geospatial analytics.

## Downloads

**Current release: [4.0.5](https://github.com/locationtech/geomesa/releases/tag/geomesa-4.0.5)**
**Current release: [5.0.0](https://github.com/locationtech/geomesa/releases/tag/geomesa-5.0.0)**

    
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-hbase_2.12-4.0.5-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-accumulo_2.12-4.0.5-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-cassandra_2.12-4.0.5-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-kafka_2.12-4.0.5-bin.tar.gz) |
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-redis_2.12-4.0.5-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-fs_2.12-4.0.5-bin.tar.gz) |
[**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.5/geomesa-gt_2.12-4.0.5-bin.tar.gz)
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-hbase_2.12-5.0.0-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-accumulo_2.12-5.0.0-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-cassandra_2.12-5.0.0-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-kafka_2.12-5.0.0-bin.tar.gz) |
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-redis_2.12-5.0.0-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-fs_2.12-5.0.0-bin.tar.gz) |
[**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.0/geomesa-gt_2.12-5.0.0-bin.tar.gz)

### Verifying Downloads

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

```bash
$ gpg2 --verify geomesa-accumulo_2.12-4.0.5-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.5-bin.tar.gz
$ gpg2 --verify geomesa-accumulo_2.12-5.0.0-bin.tar.gz.asc geomesa-accumulo_2.12-5.0.0-bin.tar.gz
```

The keys currently used for signing are:
Expand All @@ -80,7 +80,7 @@ GeoMesa is hosted on Maven Central. To include it as a dependency, add the desir
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-hbase-datastore_2.12</artifactId>
<version>4.0.5</version>
<version>5.0.0</version>
</dependency>
```

Expand Down Expand Up @@ -130,7 +130,7 @@ DataStore implementations:
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-gt-spark-runtime_2.12</artifactId>
<version>4.0.5</version>
<version>5.0.0</version>
<exclusions>
<exclusion>
<!-- if groupId wildcards are not supported, the two main ones are jline:* and org.geotools:* -->
Expand All @@ -156,13 +156,13 @@ resolvers ++= Seq(

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

## Building from Source

**Development version: 5.0.0-SNAPSHOT**
**Development version: 5.1.0-SNAPSHOT**

&nbsp;&nbsp;&nbsp;&nbsp;
[![Build Status](https://github.com/locationtech/geomesa/actions/workflows/build-and-test-2.12.yml/badge.svg?branch=main)](https://github.com/locationtech/geomesa/actions/workflows/build-and-test-2.12.yml?query=branch%3Amain)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -205,8 +205,8 @@

<!-- documentation -->
<!-- bump version right before performing releases for the README and the documentation -->
<geomesa.release.version>4.0.5</geomesa.release.version>
<geomesa.devel.version>5.0.0-SNAPSHOT</geomesa.devel.version>
<geomesa.release.version>5.0.0</geomesa.release.version>
<geomesa.devel.version>5.1.0-SNAPSHOT</geomesa.devel.version>
<copyright.year>2024</copyright.year>

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

0 comments on commit dd35f27

Please sign in to comment.