Skip to content

Commit

Permalink
Set latest release version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Apr 4, 2023
1 parent 8bf343a commit 8f255bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/maven-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ geospatial analytics.

## Downloads

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

    
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-hbase_2.12-4.0.0-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-accumulo_2.12-4.0.0-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-cassandra_2.12-4.0.0-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-kafka_2.12-4.0.0-bin.tar.gz) |
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-redis_2.12-4.0.0-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-fs_2.12-4.0.0-bin.tar.gz) |
[**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.0/geomesa-gt_2.12-4.0.0-bin.tar.gz)
[**HBase**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-hbase_2.12-4.0.1-bin.tar.gz) |
[**Accumulo**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-accumulo_2.12-4.0.1-bin.tar.gz) |
[**Cassandra**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-cassandra_2.12-4.0.1-bin.tar.gz) |
[**Kafka**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-kafka_2.12-4.0.1-bin.tar.gz) |
[**Redis**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-redis_2.12-4.0.1-bin.tar.gz) |
[**FileSystem**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-fs_2.12-4.0.1-bin.tar.gz) |
[**PostGIS**](https://github.com/locationtech/geomesa/releases/download/geomesa-4.0.1/geomesa-gt_2.12-4.0.1-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.0-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.0-bin.tar.gz
$ gpg2 --verify geomesa-accumulo_2.12-4.0.1-bin.tar.gz.asc geomesa-accumulo_2.12-4.0.1-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.0</version>
<version>4.0.1</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.0</version>
<version>4.0.1</version>
<exclusions>
<exclusion>
<!-- if groupId wildcards are not supported, the two main ones are jline:* and org.geotools:* -->
Expand All @@ -156,7 +156,7 @@ resolvers ++= Seq(

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<!-- *** documentation *** -->

<!-- bump version right before performing releases for the README and the documentation -->
<geomesa.release.version>4.0.0</geomesa.release.version>
<geomesa.release.version>4.0.1</geomesa.release.version>
<geomesa.devel.version>4.1.0-SNAPSHOT</geomesa.devel.version>
<copyright.year>2023</copyright.year>

Expand Down

0 comments on commit 8f255bf

Please sign in to comment.