Skip to content

Commit

Permalink
Release GraphHopper 7.0-osm-reader-callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakaner committed May 2, 2024
1 parent a6d7965 commit e922c07
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions client-hc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>directions-api-client-hc</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>jar</packaging>
<name>GraphHopper Directions API hand-crafted Java Client.</name>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>graphhopper-core</artifactId>
<name>GraphHopper Core</name>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>jar</packaging>
<description>
GraphHopper is a fast and memory efficient Java road routing engine
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>graphhopper-example</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>jar</packaging>
<name>GraphHopper Example</name>
<description>Isochrone calculation with GraphHopper</description>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions map-matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-map-matching</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>jar</packaging>
<name>GraphHopper Map Matching</name>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions navigation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>graphhopper-nav</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>jar</packaging>
<name>GraphHopper Navigation</name>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<name>GraphHopper Parent Project</name>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>pom</packaging>
<url>https://www.graphhopper.com</url>
<inceptionYear>2012</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions reader-gtfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>graphhopper-reader-gtfs</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<packaging>jar</packaging>
<name>GraphHopper Reader for Gtfs Data</name>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>
<properties>
<assembly-phase>package</assembly-phase>
Expand Down
4 changes: 2 additions & 2 deletions web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>graphhopper-web-api</artifactId>
<packaging>jar</packaging>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<name>GraphHopper Web API</name>
<description>JSON Representation of the API classes</description>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions web-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>graphhopper-web-bundle</artifactId>
<packaging>jar</packaging>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<properties>
<graphhopper-maps.version>0.0.0-8922383db6f937fddb44acc702f2b45844566575</graphhopper-maps.version>
</properties>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>graphhopper-web</artifactId>
<packaging>jar</packaging>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
<name>GraphHopper Web</name>
<description>Use the GraphHopper routing engine as a web-service</description>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>7.0-osm-reader-callbacks-SNAPSHOT</version>
<version>7.0-osm-reader-callbacks</version>
</parent>
<properties>
<shade-phase>package</shade-phase>
Expand Down

0 comments on commit e922c07

Please sign in to comment.