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 1076d0d commit 098a1d7
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.4.4] - 2021-08-30
### Changed
- URL for repo.heigit.org to HTTPS

## [6.4.3] - 2021-04-28
### Changed
- Reduced unnecessary warning messages caused by spring output stream handling ([#899](https://github.com/GIScience/openrouteservice/issues/899)
Expand Down Expand Up @@ -422,7 +426,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.4.3...HEAD
[unreleased]: https://github.com/GIScience/openrouteservice/compare/v6.4.4...HEAD
[6.4.4]: https://github.com/GIScience/openrouteservice/compare/v6.4.3...v6.4.4
[6.4.3]: https://github.com/GIScience/openrouteservice/compare/v6.4.2...v6.4.3
[6.4.2]: https://github.com/GIScience/openrouteservice/compare/v6.4.1...v6.4.2
[6.4.1]: https://github.com/GIScience/openrouteservice/compare/v6.4.0...v6.4.1
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.4.3</version>
<version>6.4.4</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down Expand Up @@ -277,7 +277,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 098a1d7

Please sign in to comment.