From 2b0864f15c2cbdadf7d4a43535d884826704583d Mon Sep 17 00:00:00 2001 From: Emilio Lahr-Vivaz Date: Tue, 19 Sep 2023 21:36:04 +0000 Subject: [PATCH] Set latest release to 4.0.3 --- .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 1b5b89073e5f..8d1f809d1206 100644 --- a/.github/maven-badge.svg +++ b/.github/maven-badge.svg @@ -17,7 +17,7 @@ font-size="110"> maven maven - v4.0.2 - v4.0.2 + v4.0.3 + v4.0.3 diff --git a/README.md b/README.md index 26c64bc86eb7..4ddc509ed046 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,16 @@ geospatial analytics. ## Downloads -**Current release: [4.0.2](https://github.com/locationtech/geomesa/releases/tag/geomesa-4.0.2)** +**Current release: [4.0.3](https://github.com/locationtech/geomesa/releases/tag/geomesa-4.0.3)**      - [**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-hbase_2.12-4.0.2-bin.tar.gz) | - [**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-accumulo_2.12-4.0.2-bin.tar.gz) | - [**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-cassandra_2.12-4.0.2-bin.tar.gz) | - [**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-kafka_2.12-4.0.2-bin.tar.gz) | - [**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-redis_2.12-4.0.2-bin.tar.gz) | - [**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-fs_2.12-4.0.2-bin.tar.gz) | - [**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.2/geomesa-gt_2.12-4.0.2-bin.tar.gz) + [**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-hbase_2.12-4.0.3-bin.tar.gz) | + [**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-accumulo_2.12-4.0.3-bin.tar.gz) | + [**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-cassandra_2.12-4.0.3-bin.tar.gz) | + [**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-kafka_2.12-4.0.3-bin.tar.gz) | + [**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-redis_2.12-4.0.3-bin.tar.gz) | + [**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-fs_2.12-4.0.3-bin.tar.gz) | + [**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.3/geomesa-gt_2.12-4.0.3-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-4.0.2-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.2-bin.tar.gz +$ gpg2 --verify geomesa-accumulo_2.12-4.0.3-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.3-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 - 4.0.2 + 4.0.3 ``` @@ -130,7 +130,7 @@ DataStore implementations: org.locationtech.geomesa geomesa-gt-spark-runtime_2.12 - 4.0.2 + 4.0.3 @@ -156,7 +156,7 @@ resolvers ++= Seq( // Select desired modules libraryDependencies ++= Seq( - "org.locationtech.geomesa" %% "geomesa-utils" % "4.0.2" + "org.locationtech.geomesa" %% "geomesa-utils" % "4.0.3" ) ``` diff --git a/pom.xml b/pom.xml index 0e7051187b73..a1fc808d182e 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ - 4.0.2 + 4.0.3 4.1.0-SNAPSHOT 2023