diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62b45cb..af3e765 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.2.1] - 2022-12-12
+
+### Fixed
+- Fix maven pom.xml release metadata
+
## [1.2.0] - 2022-12-04
### Fixed
diff --git a/core/pom.xml b/core/pom.xml
index bcd444d..74705c5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.proj4j
proj4j
- 1.2.1-SNAPSHOT
+ 1.2.1
bundle
Proj4J
https://github.com/locationtech/proj4j
diff --git a/epsg/pom.xml b/epsg/pom.xml
index 14319e3..5568ce8 100644
--- a/epsg/pom.xml
+++ b/epsg/pom.xml
@@ -3,7 +3,7 @@
org.locationtech.proj4j
proj4j-epsg
- 1.2.1-SNAPSHOT
+ 1.2.1
jar
Proj4J EPSG
https://github.com/locationtech/proj4j
diff --git a/pom.xml b/pom.xml
index a9d0203..f9c5b51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
Alternatively, it could be set to ${revision} and overrided at start `mvn -Drevision=1.1.4-SNAPSHOT install`
jgitver plugin always overrides the version set here. -->
- 1.2.1-SNAPSHOT
+ 1.2.1
pom
Proj4J Root
https://github.com/locationtech/proj4j