Skip to content

Commit ff274f3

Browse files
committed
Set version for release 5.4.0
1 parent 935a1b2 commit ff274f3

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/maven-badge.svg

Lines changed: 2 additions & 2 deletions
Loading

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ geospatial analytics.
3838

3939
## Downloads
4040

41-
**Latest release: [5.3.0](https://github.com/locationtech/geomesa/releases/tag/geomesa-5.3.0)**  - 
42-
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-accumulo_2.12-5.3.0-bin.tar.gz) |
43-
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-hbase_2.12-5.3.0-bin.tar.gz) |
44-
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-cassandra_2.12-5.3.0-bin.tar.gz) |
45-
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-kafka_2.12-5.3.0-bin.tar.gz) |
46-
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-redis_2.12-5.3.0-bin.tar.gz) |
47-
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-fs_2.12-5.3.0-bin.tar.gz) |
48-
[**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.3.0/geomesa-gt_2.12-5.3.0-bin.tar.gz)
41+
**Latest release: [5.4.0](https://github.com/locationtech/geomesa/releases/tag/geomesa-5.4.0)**  - 
42+
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-accumulo_2.12-5.4.0-bin.tar.gz) |
43+
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-hbase_2.12-5.4.0-bin.tar.gz) |
44+
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-cassandra_2.12-5.4.0-bin.tar.gz) |
45+
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-kafka_2.12-5.4.0-bin.tar.gz) |
46+
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-redis_2.12-5.4.0-bin.tar.gz) |
47+
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-fs_2.12-5.4.0-bin.tar.gz) |
48+
[**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-5.4.0/geomesa-gt_2.12-5.4.0-bin.tar.gz)
4949

5050
### Verifying Downloads
5151

@@ -59,7 +59,7 @@ gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys CD24F317
5959
Then verify the file:
6060

6161
```bash
62-
gpg2 --verify geomesa-accumulo_2.12-5.3.0-bin.tar.gz.asc geomesa-accumulo_2.12-5.3.0-bin.tar.gz
62+
gpg2 --verify geomesa-accumulo_2.12-5.4.0-bin.tar.gz.asc geomesa-accumulo_2.12-5.4.0-bin.tar.gz
6363
```
6464

6565
The keys currently used for signing are:
@@ -79,7 +79,7 @@ GeoMesa is hosted on Maven Central. To include it as a dependency, add the desir
7979
<dependency>
8080
<groupId>org.locationtech.geomesa</groupId>
8181
<artifactId>geomesa-accumulo-datastore_2.12</artifactId>
82-
<version>5.3.0</version>
82+
<version>5.4.0</version>
8383
</dependency>
8484
```
8585

@@ -91,7 +91,7 @@ GeoMesa provides a bill-of-materials module, which can simplify version manageme
9191
<dependency>
9292
<groupId>org.locationtech.geomesa</groupId>
9393
<artifactId>geomesa-bom_2.12</artifactId>
94-
<version>5.3.0</version>
94+
<version>5.4.0</version>
9595
<type>pom</type>
9696
<scope>import</scope>
9797
</dependency>
@@ -145,7 +145,7 @@ DataStore implementations:
145145
<dependency>
146146
<groupId>org.locationtech.geomesa</groupId>
147147
<artifactId>geomesa-gt-spark-runtime_2.12</artifactId>
148-
<version>5.3.0</version>
148+
<version>5.4.0</version>
149149
<exclusions>
150150
<exclusion>
151151
<!-- if groupId wildcards are not supported, the two main ones are jline:* and org.geotools:* -->
@@ -171,7 +171,7 @@ resolvers ++= Seq(
171171

172172
// Select desired modules
173173
libraryDependencies ++= Seq(
174-
"org.locationtech.geomesa" %% "geomesa-utils" % "5.3.0"
174+
"org.locationtech.geomesa" %% "geomesa-utils" % "5.4.0"
175175
)
176176
```
177177

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224

225225
<!-- documentation/readme -->
226226
<!-- bump version right before performing a release -->
227-
<geomesa.release.version>5.3.0</geomesa.release.version>
227+
<geomesa.release.version>5.4.0</geomesa.release.version>
228228
<copyright.year>2025</copyright.year>
229229

230230
<!-- recommended installation versions - update as necessary if our versions fall behind -->

0 commit comments

Comments
 (0)