From c5044e0f0a1817a9468e450807ad5b4a6c16a519 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 10 Dec 2024 08:20:09 +0100 Subject: [PATCH] Release version 1.6.0 --- CHANGELOG.md | 4 ++++ pom.xml | 22 ++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) 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..77c0756 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,15 @@ + + org.sonatype.central + central-publishing-maven-plugin + 0.6.0 + true + + central-lenni + + @@ -158,15 +167,4 @@ - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - -