Skip to content

Commit

Permalink
Merge pull request #87 from leonardehrenfried/master
Browse files Browse the repository at this point in the history
Release version 1.6.0 of Java
  • Loading branch information
joto authored Dec 10, 2024
2 parents a8c4dd1 + 92a9c8d commit a2e364e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
23 changes: 11 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.openstreetmap.pbf</groupId>
<artifactId>osmpbf</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.6.0</version>
<name>OSM-Binary</name>
<description>Library for the OpenStreetMap PBF format</description>
<url>/~https://github.com/openstreetmap/OSM-binary</url>
Expand Down Expand Up @@ -133,6 +133,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central-lenni</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
</plugin>
</plugins>
</build>

Expand All @@ -158,15 +168,4 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit a2e364e

Please sign in to comment.