Skip to content

Commit 2c91ff5

Browse files
committedMar 22, 2024·
proj4j
1 parent 245055f commit 2c91ff5

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
66

77
## 1.1.4 (TBD)
88

9-
* proj4j and proj4j-epsg 1.3.0
9+
* proj4j 1.3.0
1010

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

‎pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
<artifactId>proj4j</artifactId>
5454
<version>1.3.0</version>
5555
</dependency>
56-
<dependency>
57-
<groupId>org.locationtech.proj4j</groupId>
58-
<artifactId>proj4j-epsg</artifactId>
59-
<version>1.3.0</version>
60-
</dependency>
6156
<dependency>
6257
<groupId>junit</groupId>
6358
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.