Skip to content

Commit

Permalink
4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Jul 11, 2022
1 parent 6840007 commit 51654f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 4.1.4 (TBD)
## [4.2.0](https://github.com/ngageoint/simple-features-proj-java/releases/tag/4.2.0) (07-11-2022)

* TBD
* simple-features-java version 2.1.0

## [4.1.3](https://github.com/ngageoint/simple-features-proj-java/releases/tag/4.1.3) (05-04-2022)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Geometry transformed = transform.transform(geometry);

### Installation ###

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

```xml

<dependency>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-proj</artifactId>
<version>4.1.3</version>
<version>4.2.0</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-proj-java/docs/api/" class="btn">API</a>
<a href="https://github.com/ngageoint/simple-features-proj-java/zipball/master" class="btn">.zip</a>
<a href="https://github.com/ngageoint/simple-features-proj-java/tarball/master" class="btn">.tar.gz</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-proj|4.1.3|jar" class="btn">The Central Repository</a>
<a href="http://search.maven.org/#artifactdetails|mil.nga.sf|sf-proj|4.2.0|jar" class="btn">The Central Repository</a>
</section>

<section class="main-content">
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga.sf</groupId>
<artifactId>sf-proj</artifactId>
<version>4.1.4</version>
<version>4.2.0</version>
<packaging>jar</packaging>
<name>Simple Features Projection</name>
<url>https://github.com/ngageoint/simple-features-proj-java</url>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>mil.nga</groupId>
<artifactId>sf</artifactId>
<version>2.0.6</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>mil.nga</groupId>
Expand Down

0 comments on commit 51654f9

Please sign in to comment.