Skip to content

Commit e490815

Browse files
committed
Release 1.2.2
1 parent 10e3297 commit e490815

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2.2] - 2022-12-12
11+
1012
### Fixed
1113
- Move all core resources to epsg submodule [#95](https://github.com/locationtech/proj4j/pull/95)
1214

@@ -88,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8890
- Fix possible `null` dereference [#16](https://github.com/locationtech/proj4j/pull/16)
8991
- Fix `cea` (Cylindrical Equal Area) projection [#10](https://github.com/locationtech/proj4j/pull/10)
9092

91-
[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.2.1...HEAD
93+
[Unreleased]: https://github.com/locationtech/proj4j/compare/v1.2.2...HEAD
94+
[1.2.1]: https://github.com/locationtech/proj4j/compare/v1.2.1...v1.2.2
9295
[1.2.1]: https://github.com/locationtech/proj4j/compare/v1.2.0...v1.2.1
9396
[1.2.0]: https://github.com/locationtech/proj4j/compare/v1.1.5...v1.2.0
9497
[1.1.5]: https://github.com/locationtech/proj4j/compare/v1.1.4...v1.1.5

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
6+
<version>1.2.2</version>
77
<packaging>bundle</packaging>
88
<name>Proj4J</name>
99
<url>https://github.com/locationtech/proj4j</url>

epsg/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
6+
<version>1.2.2</version>
77
<packaging>jar</packaging>
88
<name>Proj4J EPSG</name>
99
<url>https://github.com/locationtech/proj4j</url>

pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
11+
<version>1.2.2</version>
1212
<packaging>pom</packaging>
1313
<name>Proj4J Root</name>
1414
<url>https://github.com/locationtech/proj4j</url>

0 commit comments

Comments
 (0)