File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 22
22
<modelVersion >4.0.0</modelVersion >
23
23
24
24
<artifactId >directions-api-client-hc</artifactId >
25
- <version >6.0-SNAPSHOT </version >
25
+ <version >6.2.0 </version >
26
26
<packaging >jar</packaging >
27
27
<name >GraphHopper Directions API hand-crafted Java Client.</name >
28
28
29
29
<parent >
30
30
<groupId >com.graphhopper</groupId >
31
31
<artifactId >graphhopper-parent</artifactId >
32
- <version >6.0-SNAPSHOT </version >
32
+ <version >6.2.0 </version >
33
33
</parent >
34
34
35
35
<dependencies >
Original file line number Diff line number Diff line change 5
5
6
6
<artifactId >graphhopper-core</artifactId >
7
7
<name >GraphHopper Core</name >
8
- <version >6.0-SNAPSHOT </version >
8
+ <version >6.2.0 </version >
9
9
<packaging >jar</packaging >
10
10
<description >
11
11
GraphHopper is a fast and memory efficient Java road routing engine
14
14
<parent >
15
15
<groupId >com.graphhopper</groupId >
16
16
<artifactId >graphhopper-parent</artifactId >
17
- <version >6.0-SNAPSHOT </version >
17
+ <version >6.2.0 </version >
18
18
</parent >
19
19
20
20
<properties >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >graphhopper-example</artifactId >
8
- <version >6.0-SNAPSHOT </version >
8
+ <version >6.2.0 </version >
9
9
<packaging >jar</packaging >
10
10
<name >GraphHopper Example</name >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >6.0-SNAPSHOT </version >
15
+ <version >6.2.0 </version >
16
16
</parent >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.graphhopper</groupId >
5
5
<artifactId >graphhopper-map-matching</artifactId >
6
- <version >6.0-SNAPSHOT </version >
6
+ <version >6.2.0 </version >
7
7
<packaging >jar</packaging >
8
8
<name >GraphHopper Map Matching</name >
9
9
10
10
<parent >
11
11
<groupId >com.graphhopper</groupId >
12
12
<artifactId >graphhopper-parent</artifactId >
13
- <version >6.0-SNAPSHOT </version >
13
+ <version >6.2.0 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >graphhopper-nav</artifactId >
8
- <version >6.0-SNAPSHOT </version >
8
+ <version >6.2.0 </version >
9
9
<packaging >jar</packaging >
10
10
<name >GraphHopper Navigation</name >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >6.0-SNAPSHOT </version >
15
+ <version >6.2.0 </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-parent</artifactId >
8
8
<name >GraphHopper Parent Project</name >
9
- <version >6.0-SNAPSHOT </version >
9
+ <version >6.2.0 </version >
10
10
<packaging >pom</packaging >
11
11
<url >https://www.graphhopper.com</url >
12
12
<inceptionYear >2012</inceptionYear >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.graphhopper</groupId >
12
12
<artifactId >graphhopper-parent</artifactId >
13
- <version >6.0-SNAPSHOT </version >
13
+ <version >6.2.0 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.graphhopper</groupId >
12
12
<artifactId >graphhopper-parent</artifactId >
13
- <version >6.0-SNAPSHOT </version >
13
+ <version >6.2.0 </version >
14
14
</parent >
15
15
<properties >
16
16
<assembly-phase >package</assembly-phase >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >graphhopper-web-api</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >6.0-SNAPSHOT </version >
8
+ <version >6.2.0 </version >
9
9
<name >GraphHopper Web API</name >
10
10
<description >JSON Representation of the API classes</description >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >6.0-SNAPSHOT </version >
15
+ <version >6.2.0 </version >
16
16
</parent >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >graphhopper-web-bundle</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >6.0-SNAPSHOT </version >
8
+ <version >6.2.0 </version >
9
9
<name >GraphHopper Dropwizard Bundle</name >
10
10
<description >Use the GraphHopper routing engine as a web-service</description >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >6.0-SNAPSHOT </version >
15
+ <version >6.2.0 </version >
16
16
</parent >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >graphhopper-web</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >6.0-SNAPSHOT </version >
8
+ <version >6.2.0 </version >
9
9
<name >GraphHopper Web</name >
10
10
<description >Use the GraphHopper routing engine as a web-service</description >
11
11
12
12
<parent >
13
13
<groupId >com.graphhopper</groupId >
14
14
<artifactId >graphhopper-parent</artifactId >
15
- <version >6.0-SNAPSHOT </version >
15
+ <version >6.2.0 </version >
16
16
</parent >
17
17
<properties >
18
18
<shade-phase >package</shade-phase >
You can’t perform that action at this time.
0 commit comments