Skip to content

Commit 2c49274

Browse files
committed
1.0.1 release
1 parent 41d6900 commit 2c49274

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-
## 1.0.1 (TBD)
7+
## [1.0.1](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/1.0.1) (11-14-2019)
88

99
* sf-geojson version 2.0.3
1010

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|1.0.0|jar) (JAR, POM, Source, Javadoc)
42+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|1.0.1|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>1.0.0</version>
49+
<version>1.0.1</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|1.0.0|jar" class="btn">The Central Repository</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|1.0.1|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">

0 commit comments

Comments
 (0)