Skip to content

Commit 8337b60

Browse files
committed
3.0.2 release, simple-features-java 2.0.6, jackson-databind 2.13.2.2
1 parent 107e2fb commit 8337b60

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
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.2 (TBD)
7+
## [3.0.2](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.0.2) (04-18-2022)
88

9-
* TBD
9+
* simple-features-java version 2.0.6
10+
* jackson-databind version 2.13.2.2
1011

1112
## [3.0.1](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/3.0.1) (02-03-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.1|jar) (JAR, POM, Source, Javadoc)
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)
5757

5858
```xml
5959

6060
<dependency>
6161
<groupId>mil.nga.sf</groupId>
6262
<artifactId>sf-geojson</artifactId>
63-
<version>3.0.1</version>
63+
<version>3.0.2</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.1|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|3.0.2|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>mil.nga</groupId>
5353
<artifactId>sf</artifactId>
54-
<version>2.0.5</version>
54+
<version>2.0.6</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.13.1</version>
59+
<version>2.13.2.2</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.1</version>
87+
<version>3.3.2</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.8</version>
122+
<version>1.6.12</version>
123123
<extensions>true</extensions>
124124
<configuration>
125125
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)