diff --git a/CHANGELOG.md b/CHANGELOG.md index f78df70..baf32dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## Release notes for 1.6.0 (2024-12-10) + +- Java: Update to latest protoc and protobuf runtime versions [#84](https://github.com/openstreetmap/OSM-binary/pull/84) + ## Release notes for 1.5.0 (2021-01-06) - C: Support hardening buildflags set in the environment ([09845ca4](https://github.com/openstreetmap/OSM-binary/commit/09845ca4087c7404b1de33914233dbf53f9de4c3)) diff --git a/pom.xml b/pom.xml index f62df19..be447ec 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.openstreetmap.pbf osmpbf jar - 1.5.0 + 1.6.0 OSM-Binary Library for the OpenStreetMap PBF format https://github.com/openstreetmap/OSM-binary @@ -133,6 +133,16 @@ + + org.sonatype.central + central-publishing-maven-plugin + 0.6.0 + true + + central-lenni + true + + @@ -158,15 +168,4 @@ - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - -