Skip to content

Commit

Permalink
Merge pull request #1312 from GIScience/build/release-7.0.1
Browse files Browse the repository at this point in the history
Release 7.0.1
  • Loading branch information
takb committed Mar 8, 2023
2 parents 5baf15d + 5496798 commit 47dc4a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ RELEASING:

## [Unreleased]

## [7.0.1] - 2023-03-08
- fix tomcat config overwrite ([#1311](https://github.com/GIScience/openrouteservice/issues/1311))
- Upgrade commons-io:commons-io from 2.7 to 2.11.0 ([#1309](https://github.com/GIScience/openrouteservice/issues/1309))
- Upgrade com.fasterxml.jackson.core:jackson-core from 2.13.3 to 2.14.2 ([#1307](https://github.com/GIScience/openrouteservice/issues/1307))
- Upgrade commons-io:commons-io from 2.6 to 2.7 ([#1304](https://github.com/GIScience/openrouteservice/issues/1304))

## [7.0.0] - 2023-03-03
upgrade to GraphHopper 4.0 [#1217](https://github.com/GIScience/openrouteservice/pull/1217) which introduces (amongst other things):
- faster build time
Expand Down
2 changes: 1 addition & 1 deletion 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>7.0.0</version>
<version>7.0.1</version>
<packaging>war</packaging>
<name>openrouteservice</name>
<url>openrouteservice.org</url>
Expand Down

0 comments on commit 47dc4a5

Please sign in to comment.