Skip to content

Commit 7559f6e

Browse files
author
Peter
committed
move to new development version
1 parent d51fca0 commit 7559f6e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ configurations.all {
3535
**/
3636

3737
dependencies {
38-
compile(group: 'com.graphhopper', name: 'graphhopper', version: '0.6-SNAPSHOT') {
38+
compile(group: 'com.graphhopper', name: 'graphhopper', version: '0.7-SNAPSHOT') {
3939
exclude group: 'com.google.protobuf', module: 'protobuf-java'
4040
exclude group: 'org.openstreetmap.osmosis', module: 'osmosis-osm-binary'
4141
exclude group: 'org.apache.xmlgraphics', module: 'xmlgraphics-commons'

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.6-SNAPSHOT</version>
7+
<version>0.7-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.6-SNAPSHOT</version>
19+
<version>0.7-SNAPSHOT</version>
2020
</parent>
2121
<properties>
2222
<mapsforge.version>0.6.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.6-SNAPSHOT</version>
9+
<version>0.7-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.6-SNAPSHOT</version>
18+
<version>0.7-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.6-SNAPSHOT</version>
9+
<version>0.7-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<url>https://graphhopper.com</url>
1212
<inceptionYear>2012</inceptionYear>

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

0 commit comments

Comments
 (0)