Skip to content

Commit c45e1fe

Browse files
committed
3.1.0 release
1 parent f1cb285 commit c45e1fe

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 3.0.3 (TBD)
7+
## [3.1.0](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.1.0) (07-11-2022)
88

9-
* TBD
9+
* simple-features-java version 2.1.0
10+
* jackson-databind 2.13.3
1011

1112
## [3.0.2](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.0.2) (04-18-2022)
1213

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Map<String, Object> contentMap = FeatureConverter.toMap(geometry);
5353

5454
### Installation ###
5555

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

5858
```xml
5959

6060
<dependency>
6161
<groupId>mil.nga.sf</groupId>
6262
<artifactId>sf-geojson</artifactId>
63-
<version>3.0.2</version>
63+
<version>3.1.0</version>
6464
</dependency>
6565

6666
```

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-geojson-java/docs/api/" class="btn">API</a>
1818
<a href="https://github.com/ngageoint/simple-features-geojson-java/zipball/master" class="btn">.zip</a>
1919
<a href="https://github.com/ngageoint/simple-features-geojson-java/tarball/master" class="btn">.tar.gz</a>
20-
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.0.2|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.1.0|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>mil.nga.sf</groupId>
55
<artifactId>sf-geojson</artifactId>
6-
<version>3.0.3</version>
6+
<version>3.1.0</version>
77
<packaging>jar</packaging>
88
<name>Simple Features GeoJSON</name>
99
<url>https://github.com/ngageoint/simple-features-geojson-java</url>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>mil.nga</groupId>
5353
<artifactId>sf</artifactId>
54-
<version>2.0.6</version>
54+
<version>2.1.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.13.2.2</version>
59+
<version>2.13.3</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>junit</groupId>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-javadoc-plugin</artifactId>
87-
<version>3.3.2</version>
87+
<version>3.4.0</version>
8888
<configuration>
8989
<links>
9090
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.sonatype.plugins</groupId>
121121
<artifactId>nexus-staging-maven-plugin</artifactId>
122-
<version>1.6.12</version>
122+
<version>1.6.13</version>
123123
<extensions>true</extensions>
124124
<configuration>
125125
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)