From c5044e0f0a1817a9468e450807ad5b4a6c16a519 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 10 Dec 2024 08:20:09 +0100 Subject: [PATCH 1/3] 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 - - - From 68d2b397a1107775c5504908c74ec903b7ff310c Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 10 Dec 2024 08:20:51 +0100 Subject: [PATCH 2/3] Configure auto-publish --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 77c0756..db6ce46 100644 --- a/pom.xml +++ b/pom.xml @@ -140,6 +140,8 @@ true central-lenni + true + published From 92a9c8d5723f2f2455b3375f9643a23778b3dc42 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 10 Dec 2024 08:48:05 +0100 Subject: [PATCH 3/3] Don't wait for publishing --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index db6ce46..be447ec 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,6 @@ central-lenni true - published