File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ configurations.all {
35
35
**/
36
36
37
37
dependencies {
38
- compile(group : ' com.graphhopper' , name : ' graphhopper' , version : ' 0.6 -SNAPSHOT' ) {
38
+ compile(group : ' com.graphhopper' , name : ' graphhopper' , version : ' 0.7 -SNAPSHOT' ) {
39
39
exclude group : ' com.google.protobuf' , module : ' protobuf-java'
40
40
exclude group : ' org.openstreetmap.osmosis' , module : ' osmosis-osm-binary'
41
41
exclude group : ' org.apache.xmlgraphics' , module : ' xmlgraphics-commons'
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.graphhopper</groupId >
6
6
<artifactId >graphhopper-android</artifactId >
7
- <version >0.6 -SNAPSHOT</version >
7
+ <version >0.7 -SNAPSHOT</version >
8
8
<name >GraphHopper Android</name >
9
9
<packaging >apk</packaging >
10
10
<organization >
16
16
<relativePath >../..</relativePath >
17
17
<groupId >com.graphhopper</groupId >
18
18
<artifactId >graphhopper-parent</artifactId >
19
- <version >0.6 -SNAPSHOT</version >
19
+ <version >0.7 -SNAPSHOT</version >
20
20
</parent >
21
21
<properties >
22
22
<mapsforge .version>0.6.0</mapsforge .version>
Original file line number Diff line number Diff line change 6
6
<groupId >com.graphhopper</groupId >
7
7
<artifactId >graphhopper</artifactId >
8
8
<name >GraphHopper</name >
9
- <version >0.6 -SNAPSHOT</version >
9
+ <version >0.7 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
<description >
12
12
GraphHopper is a fast and memory efficient Java road routing engine
15
15
<parent >
16
16
<groupId >com.graphhopper</groupId >
17
17
<artifactId >graphhopper-parent</artifactId >
18
- <version >0.6 -SNAPSHOT</version >
18
+ <version >0.7 -SNAPSHOT</version >
19
19
</parent >
20
20
21
21
<properties >
Original file line number Diff line number Diff line change 6
6
<groupId >com.graphhopper</groupId >
7
7
<artifactId >graphhopper-parent</artifactId >
8
8
<name >GraphHopper Parent Project</name >
9
- <version >0.6 -SNAPSHOT</version >
9
+ <version >0.7 -SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
<url >https://graphhopper.com</url >
12
12
<inceptionYear >2012</inceptionYear >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.graphhopper</groupId >
7
7
<artifactId >graphhopper-tools-lgpl</artifactId >
8
- <version >0.6 -SNAPSHOT</version >
8
+ <version >0.7 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
<name >GraphHopper Tools LGPL licensed</name >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >0.6 -SNAPSHOT</version >
15
+ <version >0.7 -SNAPSHOT</version >
16
16
</parent >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.graphhopper</groupId >
7
7
<artifactId >graphhopper-tools</artifactId >
8
- <version >0.6 -SNAPSHOT</version >
8
+ <version >0.7 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
<name >GraphHopper Tools</name >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >0.6 -SNAPSHOT</version >
15
+ <version >0.7 -SNAPSHOT</version >
16
16
</parent >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 6
6
<groupId >com.graphhopper</groupId >
7
7
<artifactId >graphhopper-web</artifactId >
8
8
<packaging >jar</packaging >
9
- <version >0.6 -SNAPSHOT</version >
9
+ <version >0.7 -SNAPSHOT</version >
10
10
<name >GraphHopper Web</name >
11
11
<description >Example on how to use GraphHopper in a web-based application</description >
12
12
13
13
<parent >
14
14
<groupId >com.graphhopper</groupId >
15
15
<artifactId >graphhopper-parent</artifactId >
16
- <version >0.6 -SNAPSHOT</version >
16
+ <version >0.7 -SNAPSHOT</version >
17
17
</parent >
18
18
<properties >
19
19
<jetty .version>8.1.16.v20140903</jetty .version>
You can’t perform that action at this time.
0 commit comments