Skip to content

Commit

Permalink
URL change & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Aug 30, 2021
1 parent be586dd commit 3eb94fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.7] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.3.6] - 2021-02-02
### Fixed
- Expand coordinates of all previous limit polygons before adding to new builder to prevent break-in on long polygon edges
Expand Down Expand Up @@ -384,7 +388,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.6...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.3.7...HEAD
[6.3.7]: https://github.com/GIScience/openrouteservice/compare/v6.3.6...v6.3.7
[6.3.6]: https://github.com/GIScience/openrouteservice/compare/v6.3.5...v6.3.6
[6.3.5]: https://github.com/GIScience/openrouteservice/compare/v6.3.4...v6.3.5
[6.3.4]: https://github.com/GIScience/openrouteservice/compare/v6.3.3...v6.3.4
Expand Down
2 changes: 1 addition & 1 deletion openrouteservice-api-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!--This will resolve special artifact through our own reopository (https://www.jfrog.com/confluence/display/RTF/Maven+Repository#MavenRepository-ResolvingArtifactsthroughArtifactory).-->
<id>HeiGIT main</id>
<name>Central Repository for OSHDB dependency related artefacts</name>
<url>http://repo.heigit.org/artifactory/main</url>
<url>https://repo.heigit.org/artifactory/main</url>
</repository>
</repositories>

Expand Down
4 changes: 2 additions & 2 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.6</version>
<version>6.3.7</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down Expand Up @@ -247,7 +247,7 @@
<!--This will resolve special artifact through our own reopository (https://www.jfrog.com/confluence/display/RTF/Maven+Repository#MavenRepository-ResolvingArtifactsthroughArtifactory).-->
<id>HeiGIT main</id>
<name>Central Repository for OSHDB dependency related artefacts</name>
<url>http://repo.heigit.org/artifactory/main</url>
<url>https://repo.heigit.org/artifactory/main</url>
</repository>
<repository>
<id>osgeo</id>
Expand Down

0 comments on commit 3eb94fb

Please sign in to comment.