Skip to content

Commit a2e364e

Browse files
authored
Merge pull request #87 from leonardehrenfried/master
Release version 1.6.0 of Java
2 parents a8c4dd1 + 92a9c8d commit a2e364e

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
## Release notes for 1.6.0 (2024-12-10)
4+
5+
- Java: Update to latest protoc and protobuf runtime versions [#84](https://github.com/openstreetmap/OSM-binary/pull/84)
6+
37
## Release notes for 1.5.0 (2021-01-06)
48

59
- C: Support hardening buildflags set in the environment ([09845ca4](https://github.com/openstreetmap/OSM-binary/commit/09845ca4087c7404b1de33914233dbf53f9de4c3))

pom.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.openstreetmap.pbf</groupId>
77
<artifactId>osmpbf</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.5.0</version>
9+
<version>1.6.0</version>
1010
<name>OSM-Binary</name>
1111
<description>Library for the OpenStreetMap PBF format</description>
1212
<url>https://github.com/openstreetmap/OSM-binary</url>
@@ -133,6 +133,16 @@
133133
</execution>
134134
</executions>
135135
</plugin>
136+
<plugin>
137+
<groupId>org.sonatype.central</groupId>
138+
<artifactId>central-publishing-maven-plugin</artifactId>
139+
<version>0.6.0</version>
140+
<extensions>true</extensions>
141+
<configuration>
142+
<publishingServerId>central-lenni</publishingServerId>
143+
<autoPublish>true</autoPublish>
144+
</configuration>
145+
</plugin>
136146
</plugins>
137147
</build>
138148

@@ -158,15 +168,4 @@
158168
</dependency>
159169
</dependencies>
160170

161-
<distributionManagement>
162-
<repository>
163-
<id>ossrh</id>
164-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
165-
</repository>
166-
<snapshotRepository>
167-
<id>ossrh</id>
168-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
169-
</snapshotRepository>
170-
</distributionManagement>
171-
172171
</project>

0 commit comments

Comments
 (0)