Skip to content

Commit 56d0d0d

Browse files
committed
release 0.8.0
1 parent 64229be commit 56d0d0d

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

android/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.graphhopper</groupId>
66
<artifactId>graphhopper-android</artifactId>
7-
<version>0.8.0-RC2</version>
7+
<version>0.8.0</version>
88
<name>GraphHopper Android</name>
99
<packaging>apk</packaging>
1010
<organization>
@@ -16,7 +16,7 @@
1616
<relativePath>../..</relativePath>
1717
<groupId>com.graphhopper</groupId>
1818
<artifactId>graphhopper-parent</artifactId>
19-
<version>0.8.0-RC2</version>
19+
<version>0.8.0</version>
2020
</parent>
2121
<properties>
2222
<mapsforge.version>0.6.1</mapsforge.version>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-core</artifactId>
88
<name>GraphHopper Core</name>
9-
<version>0.8.0-RC2</version>
9+
<version>0.8.0</version>
1010
<packaging>jar</packaging>
1111
<description>
1212
GraphHopper is a fast and memory efficient Java road routing engine
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.graphhopper</groupId>
1717
<artifactId>graphhopper-parent</artifactId>
18-
<version>0.8.0-RC2</version>
18+
<version>0.8.0</version>
1919
</parent>
2020

2121
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-parent</artifactId>
88
<name>GraphHopper Parent Project</name>
9-
<version>0.8.0-RC2</version>
9+
<version>0.8.0</version>
1010
<packaging>pom</packaging>
1111
<url>https://graphhopper.com</url>
1212
<inceptionYear>2012</inceptionYear>

reader-osm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-reader-osm</artifactId>
8-
<version>0.8.0-RC2</version>
8+
<version>0.8.0</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Reader for OpenStreetMap Data</name>
1111

1212
<parent>
1313
<groupId>com.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>0.8.0-RC2</version>
15+
<version>0.8.0</version>
1616
</parent>
1717

1818
<dependencies>

reader-overlay-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-reader-overlay-data</artifactId>
8-
<version>0.8.0-RC2</version>
8+
<version>0.8.0</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Reader for Overlay Data</name>
1111

1212
<parent>
1313
<groupId>com.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>0.8.0-RC2</version>
15+
<version>0.8.0</version>
1616
</parent>
1717

1818
<dependencies>

tools-lgpl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-tools-lgpl</artifactId>
8-
<version>0.8.0-RC2</version>
8+
<version>0.8.0</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Tools LGPL licensed</name>
1111

1212
<parent>
1313
<groupId>com.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>0.8.0-RC2</version>
15+
<version>0.8.0</version>
1616
</parent>
1717

1818
<dependencies>

tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-tools</artifactId>
8-
<version>0.8.0-RC2</version>
8+
<version>0.8.0</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Tools</name>
1111

1212
<parent>
1313
<groupId>com.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>0.8.0-RC2</version>
15+
<version>0.8.0</version>
1616
</parent>
1717

1818
<dependencies>

web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-web</artifactId>
88
<packaging>jar</packaging>
9-
<version>0.8.0-RC2</version>
9+
<version>0.8.0</version>
1010
<name>GraphHopper Web</name>
1111
<description>Example on how to use GraphHopper in a web-based application</description>
1212

1313
<parent>
1414
<groupId>com.graphhopper</groupId>
1515
<artifactId>graphhopper-parent</artifactId>
16-
<version>0.8.0-RC2</version>
16+
<version>0.8.0</version>
1717
</parent>
1818
<properties>
1919
<jetty.version>9.3.8.v20160314</jetty.version>

0 commit comments

Comments
 (0)