Skip to content

Commit fc02327

Browse files
author
Peter
committed
moving to 0.5-SNAPSHOT
1 parent 2724d36 commit fc02327

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
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.4-SNAPSHOT</version>
7+
<version>0.5-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.4-SNAPSHOT</version>
19+
<version>0.5-SNAPSHOT</version>
2020
</parent>
2121
<properties>
2222
<mapsforge.version>0.5.0</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</artifactId>
88
<name>GraphHopper</name>
9-
<version>0.4-SNAPSHOT</version>
9+
<version>0.5-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.4-SNAPSHOT</version>
18+
<version>0.5-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

pom.xml

Lines changed: 6 additions & 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.4-SNAPSHOT</version>
9+
<version>0.5-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<url>http://graphhopper.com</url>
1212
<inceptionYear>2012</inceptionYear>
@@ -57,6 +57,11 @@
5757
<name>Peter Karich</name>
5858
<email>[email protected]</email>
5959
</developer>
60+
<developer>
61+
<id>jansoe</id>
62+
<name>Jan Sölter</name>
63+
<email>[email protected]</email>
64+
</developer>
6065
</developers>
6166

6267
<mailingLists>

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.4-SNAPSHOT</version>
8+
<version>0.5-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.4-SNAPSHOT</version>
15+
<version>0.5-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.4-SNAPSHOT</version>
9+
<version>0.5-SNAPSHOT</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.4-SNAPSHOT</version>
16+
<version>0.5-SNAPSHOT</version>
1717
</parent>
1818
<properties>
1919
<jetty.version>8.1.16.v20140903</jetty.version>

0 commit comments

Comments
 (0)