Skip to content

Commit

Permalink
3.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 3, 2024
1 parent 1f23c38 commit 3a55467
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 3.3.3 (TBD)
## [3.3.3](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.3.3) (04-03-2024)

* simple-features-java version 2.2.2
* GeoJsonObject simple geometry retrieval method
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ Map<String, Object> contentMap = FeatureConverter.toMap(geometry);

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.3.2|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.3.3|jar) (JAR, POM, Source, Javadoc)

```xml

<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-geojson</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="http://ngageoint.github.io/simple-features-geojson-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/simple-features-geojson-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/simple-features-geojson-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.3.2|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.3.3|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 3a55467

Please sign in to comment.