Skip to content

Commit

Permalink
chore: release v8.1.3 (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
takb authored Sep 13, 2024
2 parents 96ba420 + bcfdbf2 commit 84b6611
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ RELEASING:

### Added
### Changed
- updated dependencies: GraphHopper, Spring ([#1844](https://github.com/GIScience/openrouteservice/pull/1844))
### Deprecated
### Removed
### Fixed
### Security

## [8.1.3] - 2024-09-13
### Changed
- updated dependencies: GraphHopper, Spring ([#1844](https://github.com/GIScience/openrouteservice/pull/1844))
- upgrade the docker container versions ([#1839](https://github.com/GIScience/openrouteservice/pull/1839))

## [8.1.2] - 2024-08-13
### Changed
- updated dependencies: guava, commons, rest-assured etc. ([#1831](https://github.com/GIScience/openrouteservice/pull/1831))
Expand Down Expand Up @@ -791,7 +795,8 @@ are attached to roads. ([Issue #162](https://github.com/GIScience/openrouteservi
- Fix bug in RPHAST when location lies on a oneway road.
- Consider turn restrictions if optimized=false is passed.

[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.1.2...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v8.1.3...HEAD
[8.1.3]: https://github.com/GIScience/openrouteservice/compare/v8.1.2...v8.1.3
[8.1.2]: https://github.com/GIScience/openrouteservice/compare/v8.1.1...v8.1.2
[8.1.1]: https://github.com/GIScience/openrouteservice/compare/v8.1.0...v8.1.1
[8.1.0]: https://github.com/GIScience/openrouteservice/compare/v8.0.1...v8.1.0
Expand Down
2 changes: 1 addition & 1 deletion ors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.2</version>
<version>8.1.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ors-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.2</version>
<version>8.1.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions ors-report-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.1.2</version>
<version>8.1.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>ors-report-aggregation</artifactId>
<version>8.1.2</version>
<version>8.1.3</version>
<packaging>pom</packaging>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>8.1.2</version>
<version>8.1.3</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down

0 comments on commit 84b6611

Please sign in to comment.