Skip to content

Commit 73ab179

Browse files
committed
use again 0.10-SNAPSHOT
1 parent 44fc3d7 commit 73ab179

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
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.11-SNAPSHOT</version>
7+
<version>0.10-SNAPSHOT</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.11-SNAPSHOT</version>
19+
<version>0.10-SNAPSHOT</version>
2020
</parent>
2121
<properties>
2222
<vtm.version>0.9.2</vtm.version>

client-hc/pom.xml

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

2424
<groupId>com.graphhopper</groupId>
2525
<artifactId>directions-api-client-hc</artifactId>
26-
<version>0.11-SNAPSHOT</version>
26+
<version>0.10-SNAPSHOT</version>
2727
<packaging>jar</packaging>
2828
<name>GraphHopper Directions API hand-crafted Java Client.</name>
2929

3030
<parent>
3131
<groupId>com.graphhopper</groupId>
3232
<artifactId>graphhopper-parent</artifactId>
33-
<version>0.11-SNAPSHOT</version>
33+
<version>0.10-SNAPSHOT</version>
3434
</parent>
3535

3636
<dependencies>

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.11-SNAPSHOT</version>
9+
<version>0.10-SNAPSHOT</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.11-SNAPSHOT</version>
18+
<version>0.10-SNAPSHOT</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.11-SNAPSHOT</version>
9+
<version>0.10-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<url>https://www.graphhopper.com</url>
1212
<inceptionYear>2012</inceptionYear>

reader-gtfs/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-gtfs</artifactId>
8-
<version>0.11-SNAPSHOT</version>
8+
<version>0.10-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Reader for Gtfs Data</name>
1111

1212
<parent>
1313
<groupId>com.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>0.11-SNAPSHOT</version>
15+
<version>0.10-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>

reader-json/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-json</artifactId>
8-
<version>0.11-SNAPSHOT</version>
8+
<version>0.10-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Reader JSON</name>
1111

1212
<parent>
1313
<groupId>com.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>0.11-SNAPSHOT</version>
15+
<version>0.10-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>

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.11-SNAPSHOT</version>
8+
<version>0.10-SNAPSHOT</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.11-SNAPSHOT</version>
15+
<version>0.10-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>

reader-shp/pom.xml

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

66
<groupId>com.graphhopper</groupId>
77
<artifactId>graphhopper-reader-shp</artifactId>
8-
<version>0.11-SNAPSHOT</version>
8+
<version>0.10-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>GraphHopper Reader for Shapefile Data</name>
1111

@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.graphhopper</groupId>
1818
<artifactId>graphhopper-parent</artifactId>
19-
<version>0.11-SNAPSHOT</version>
19+
<version>0.10-SNAPSHOT</version>
2020
</parent>
2121

2222
<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.11-SNAPSHOT</version>
8+
<version>0.10-SNAPSHOT</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.11-SNAPSHOT</version>
15+
<version>0.10-SNAPSHOT</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.11-SNAPSHOT</version>
9+
<version>0.10-SNAPSHOT</version>
1010
<name>GraphHopper Web</name>
1111
<description>Use the GraphHopper routing engine as a web-service</description>
1212

1313
<parent>
1414
<groupId>com.graphhopper</groupId>
1515
<artifactId>graphhopper-parent</artifactId>
16-
<version>0.11-SNAPSHOT</version>
16+
<version>0.10-SNAPSHOT</version>
1717
</parent>
1818
<properties>
1919
<jetty.version>9.4.2.v20170220</jetty.version>

0 commit comments

Comments
 (0)