Skip to content

Commit

Permalink
Merge pull request #852 from GIScience/patch-release-6.3.3
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
takb authored Jan 15, 2021
2 parents 9f27856 + 5aa4671 commit 8bf5d95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ RELEASING:

## [Unreleased]

## [6.3.3] - 2021-01-15
### Fixed
- Updated CGIAR URL in GH (see GH fork [#35](https://github.com/GIScience/graphhopper/pull/35))

## [6.3.2] - 2020-12-14
### Added
- Prototype of time-dependent routing with A*, which takes into account OSM conditional access restrictions and speed limits
Expand Down Expand Up @@ -366,7 +370,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/v6.3.2...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.3.3...HEAD
[6.3.3]: https://github.com/GIScience/openrouteservice/compare/v6.3.2...v6.3.3
[6.3.2]: https://github.com/GIScience/openrouteservice/compare/v6.3.1...v6.3.2
[6.3.1]: https://github.com/GIScience/openrouteservice/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/GIScience/openrouteservice/compare/v6.2.1...v6.3.0
Expand Down
8 changes: 4 additions & 4 deletions openrouteservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>6.3.2</version>
<version>6.3.3</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down Expand Up @@ -349,19 +349,19 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>v0.13.9</version>
<version>v0.13.10</version>
</dependency>

<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-reader-osm</artifactId>
<version>v0.13.9</version>
<version>v0.13.10</version>
</dependency>

<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>v0.13.9</version>
<version>v0.13.10</version>
</dependency>

<!-- remove the comment to enable debugging
Expand Down

0 comments on commit 8bf5d95

Please sign in to comment.