Skip to content

Commit ede1bb2

Browse files
committed
2.0.2 release, sf-geojson 3.0.2
1 parent 39dbb8f commit ede1bb2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

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

55
---
66

7-
## 2.0.2 (TBD)
7+
## [2.0.2](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/2.0.2) (04-18-2022)
88

9-
* TBD
9+
* sf-geojson version 3.0.2
1010

1111
## [2.0.1](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/2.0.1) (02-03-2022)
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ String featureCollectionContent = FeaturesConverter.toStringValue(featureCollect
3939

4040
### Installation ###
4141

42-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|2.0.1|jar) (JAR, POM, Source, Javadoc)
42+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|2.0.2|jar) (JAR, POM, Source, Javadoc)
4343

4444
```xml
4545

4646
<dependency>
4747
<groupId>mil.nga.oapi.features</groupId>
4848
<artifactId>oapi-features-json</artifactId>
49-
<version>2.0.1</version>
49+
<version>2.0.2</version>
5050
</dependency>
5151

5252
```

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

2323
<section class="main-content">

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>mil.nga.sf</groupId>
4848
<artifactId>sf-geojson</artifactId>
49-
<version>3.0.1</version>
49+
<version>3.0.2</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>junit</groupId>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.3.1</version>
77+
<version>3.3.2</version>
7878
<configuration>
7979
<links>
8080
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.sonatype.plugins</groupId>
112112
<artifactId>nexus-staging-maven-plugin</artifactId>
113-
<version>1.6.8</version>
113+
<version>1.6.12</version>
114114
<extensions>true</extensions>
115115
<configuration>
116116
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)