Skip to content

Commit

Permalink
proj4j and proj4j-epsg 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 22, 2024
1 parent f2b0341 commit 3761862
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

## 1.1.4 (TBD)

* TBD
* proj4j and proj4j-epsg 1.3.0

## [1.1.3](https://github.com/ngageoint/projections-java/releases/tag/1.1.3) (01-19-2023)

Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@
<dependency>
<groupId>org.locationtech.proj4j</groupId>
<artifactId>proj4j</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.locationtech.proj4j</groupId>
<artifactId>proj4j-epsg</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 3761862

Please sign in to comment.