diff --git a/.github/maven-badge.svg b/.github/maven-badge.svg
index 921899b09eec..47552871c2a7 100644
--- a/.github/maven-badge.svg
+++ b/.github/maven-badge.svg
@@ -17,7 +17,7 @@
font-size="110">
maven
maven
- v4.0.4
- v4.0.4
+ v4.0.5
+ v4.0.5
diff --git a/README.md b/README.md
index d2e9d13d2539..ef7d5582ca86 100644
--- a/README.md
+++ b/README.md
@@ -37,16 +37,16 @@ geospatial analytics.
## Downloads
-**Current release: [4.0.4](https://github.com/locationtech/geomesa/releases/tag/geomesa-4.0.4)**
+**Current release: [4.0.5](https://github.com/locationtech/geomesa/releases/tag/geomesa-4.0.5)**
- [**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-hbase_2.12-4.0.4-bin.tar.gz) |
- [**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-accumulo_2.12-4.0.4-bin.tar.gz) |
- [**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-cassandra_2.12-4.0.4-bin.tar.gz) |
- [**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-kafka_2.12-4.0.4-bin.tar.gz) |
- [**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-redis_2.12-4.0.4-bin.tar.gz) |
- [**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-fs_2.12-4.0.4-bin.tar.gz) |
- [**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.4/geomesa-gt_2.12-4.0.4-bin.tar.gz)
+ [**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)
### 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.4-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.4-bin.tar.gz
+$ gpg2 --verify geomesa-accumulo_2.12-4.0.5-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.5-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.4
+ 4.0.5
```
@@ -130,7 +130,7 @@ DataStore implementations:
org.locationtech.geomesa
geomesa-gt-spark-runtime_2.12
- 4.0.4
+ 4.0.5
@@ -156,7 +156,7 @@ resolvers ++= Seq(
// Select desired modules
libraryDependencies ++= Seq(
- "org.locationtech.geomesa" %% "geomesa-utils" % "4.0.4"
+ "org.locationtech.geomesa" %% "geomesa-utils" % "4.0.5"
)
```
diff --git a/pom.xml b/pom.xml
index 1a2e680340cc..9d3aaf4352f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
- 4.0.4
+ 4.0.5
5.0.0-SNAPSHOT
2024