Skip to content

Commit 1fd7758

Browse files
committedMay 31, 2023
Release 1.3.0
1 parent f855174 commit 1fd7758

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2023-05-30
11+
1012
### Added
1113
- Parsing NTv2 Improvement [#99](https://github.com/locationtech/proj4j/pull/99)
1214
- GH-89: initial support for NTv2 [#98](https://github.com/locationtech/proj4j/pull/98)
@@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99101
- Fix possible `null` dereference [#16](https://github.com/locationtech/proj4j/pull/16)
100102
- Fix `cea` (Cylindrical Equal Area) projection [#10](https://github.com/locationtech/proj4j/pull/10)
101103

102-
[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.2.3...HEAD
104+
[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.3.0...HEAD
105+
[1.3.0]: https://github.com/locationtech/proj4j/compare/v1.2.3...v1.3.0
103106
[1.2.3]: https://github.com/locationtech/proj4j/compare/v1.2.2...v1.2.3
104107
[1.2.2]: https://github.com/locationtech/proj4j/compare/v1.2.1...v1.2.2
105108
[1.2.1]: https://github.com/locationtech/proj4j/compare/v1.2.0...v1.2.1

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.locationtech.proj4j</groupId>
55
<artifactId>proj4j</artifactId>
6-
<version>1.2.4-SNAPSHOT</version>
6+
<version>1.3.0</version>
77
<packaging>bundle</packaging>
88
<name>Proj4J</name>
99
<url>https://github.com/locationtech/proj4j</url>

‎epsg/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.locationtech.proj4j</groupId>
55
<artifactId>proj4j-epsg</artifactId>
6-
<version>1.2.4-SNAPSHOT</version>
6+
<version>1.3.0</version>
77
<packaging>jar</packaging>
88
<name>Proj4J EPSG</name>
99
<url>https://github.com/locationtech/proj4j</url>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
Alternatively, it could be set to <version>${revision}</version> and overrided at start `mvn -Drevision=1.1.4-SNAPSHOT install`
1010
jgitver plugin always overrides the version set here. -->
11-
<version>1.2.4-SNAPSHOT</version>
11+
<version>1.3.0</version>
1212
<packaging>pom</packaging>
1313
<name>Proj4J Root</name>
1414
<url>https://github.com/locationtech/proj4j</url>

0 commit comments

Comments
 (0)
Please sign in to comment.