File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.2] - 2022-12-12
11
+
10
12
### Fixed
11
13
- Move all core resources to epsg submodule [ #95 ] ( https://github.com/locationtech/proj4j/pull/95 )
12
14
@@ -88,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
90
- Fix possible ` null ` dereference [ #16 ] ( https://github.com/locationtech/proj4j/pull/16 )
89
91
- Fix ` cea ` (Cylindrical Equal Area) projection [ #10 ] ( https://github.com/locationtech/proj4j/pull/10 )
90
92
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
92
95
[ 1.2.1 ] : https://github.com/locationtech/proj4j/compare/v1.2.0...v1.2.1
93
96
[ 1.2.0 ] : https://github.com/locationtech/proj4j/compare/v1.1.5...v1.2.0
94
97
[ 1.1.5 ] : https://github.com/locationtech/proj4j/compare/v1.1.4...v1.1.5
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >org.locationtech.proj4j</groupId >
5
5
<artifactId >proj4j</artifactId >
6
- <version >1.2.2-SNAPSHOT </version >
6
+ <version >1.2.2</version >
7
7
<packaging >bundle</packaging >
8
8
<name >Proj4J</name >
9
9
<url >https://github.com/locationtech/proj4j</url >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >org.locationtech.proj4j</groupId >
5
5
<artifactId >proj4j-epsg</artifactId >
6
- <version >1.2.2-SNAPSHOT </version >
6
+ <version >1.2.2</version >
7
7
<packaging >jar</packaging >
8
8
<name >Proj4J EPSG</name >
9
9
<url >https://github.com/locationtech/proj4j</url >
Original file line number Diff line number Diff line change 8
8
9
9
Alternatively, it could be set to <version>${revision}</version> and overrided at start `mvn -Drevision=1.1.4-SNAPSHOT install`
10
10
jgitver plugin always overrides the version set here. -->
11
- <version >1.2.2-SNAPSHOT </version >
11
+ <version >1.2.2</version >
12
12
<packaging >pom</packaging >
13
13
<name >Proj4J Root</name >
14
14
<url >https://github.com/locationtech/proj4j</url >
You can’t perform that action at this time.
0 commit comments