From 6eaea0bd0366634495729087c521e9d481b93482 Mon Sep 17 00:00:00 2001 From: Emilio Lahr-Vivaz Date: Fri, 12 Jul 2024 10:08:05 -0400 Subject: [PATCH] Set latest release to 5.0.1 --- .github/maven-badge.svg | 4 ++-- README.md | 24 ++++++++++++------------ pom.xml | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/maven-badge.svg b/.github/maven-badge.svg index c6e804b2e370..e937e7201a1b 100644 --- a/.github/maven-badge.svg +++ b/.github/maven-badge.svg @@ -17,7 +17,7 @@ font-size="110"> maven maven - v5.0.0 - v5.0.0 + v5.0.1 + v5.0.1 diff --git a/README.md b/README.md index 9d68e33747e8..d619db5807eb 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,16 @@ geospatial analytics. ## Downloads -**Current release: [5.0.0](https://github.com/locationtech/geomesa/releases/tag/geomesa-5.0.0)** +**Current release: [5.0.1](https://github.com/locationtech/geomesa/releases/tag/geomesa-5.0.1)**      - [**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) + [**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-hbase_2.12-5.0.1-bin.tar.gz) | + [**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-accumulo_2.12-5.0.1-bin.tar.gz) | + [**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-cassandra_2.12-5.0.1-bin.tar.gz) | + [**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-kafka_2.12-5.0.1-bin.tar.gz) | + [**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-redis_2.12-5.0.1-bin.tar.gz) | + [**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-fs_2.12-5.0.1-bin.tar.gz) | + [**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.0.1/geomesa-gt_2.12-5.0.1-bin.tar.gz) ### Verifying Downloads @@ -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-5.0.0-bin.tar.gz.asc geomesa-accumulo_2.12-5.0.0-bin.tar.gz +$ gpg2 --verify geomesa-accumulo_2.12-5.0.1-bin.tar.gz.asc geomesa-accumulo_2.12-5.0.1-bin.tar.gz ``` The keys currently used for signing are: @@ -80,7 +80,7 @@ GeoMesa is hosted on Maven Central. To include it as a dependency, add the desir org.locationtech.geomesa geomesa-hbase-datastore_2.12 - 5.0.0 + 5.0.1 ``` @@ -130,7 +130,7 @@ DataStore implementations: org.locationtech.geomesa geomesa-gt-spark-runtime_2.12 - 5.0.0 + 5.0.1 @@ -156,7 +156,7 @@ resolvers ++= Seq( // Select desired modules libraryDependencies ++= Seq( - "org.locationtech.geomesa" %% "geomesa-utils" % "5.0.0" + "org.locationtech.geomesa" %% "geomesa-utils" % "5.0.1" ) ``` diff --git a/pom.xml b/pom.xml index ced84f2a7e0a..b9878bdbd8e2 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ - 5.0.0 + 5.0.1 5.1.0-SNAPSHOT 2024