Skip to content

Commit 8d34cf5

Browse files
committed
2.2.2 release
1 parent f700c31 commit 8d34cf5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 2.2.2 (TBD)
7+
## [2.2.2](https://github.com/ngageoint/simple-features-java/releases/tag/2.2.2) (04-02-2024)
88

99
* Geometry Utils for Haversine distance, geodesic midpoints, geodesic paths, and geodesic envelopes
1010
* Envelope left mid, bottom mid, right mid, and top mid methods

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ View the latest [Javadoc](http://ngageoint.github.io/simple-features-java/docs/a
2626

2727
### Installation ###
2828

29-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.1|jar) (JAR, POM, Source, Javadoc)
29+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.2|jar) (JAR, POM, Source, Javadoc)
3030

3131
```xml
3232

3333
<dependency>
3434
<groupId>mil.nga</groupId>
3535
<artifactId>sf</artifactId>
36-
<version>2.2.1</version>
36+
<version>2.2.2</version>
3737
</dependency>
3838

3939
```

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1717
<a href="http://ngageoint.github.io/simple-features-java/docs/api/" class="btn">API</a>
1818
<a href="https://github.com/ngageoint/simple-features-java/zipball/master" class="btn">.zip</a>
1919
<a href="https://github.com/ngageoint/simple-features-java/tarball/master" class="btn">.tar.gz</a>
20-
<a href="http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.1|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga|sf|2.2.2|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-gpg-plugin</artifactId>
88-
<version>3.2.1</version>
88+
<version>3.2.2</version>
8989
<executions>
9090
<execution>
9191
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)