Skip to content

Commit 5ff2ef3

Browse files
committed
Update for next development version
1 parent 1cc5f86 commit 5ff2ef3

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

client-hc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.stuart.platform.graphhopper</groupId>
2929
<artifactId>graphhopper-parent</artifactId>
30-
<version>5.1.1</version>
30+
<version>5.1.2-SNAPSHOT</version>
3131
</parent>
3232

3333
<dependencies>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.stuart.platform.graphhopper</groupId>
1414
<artifactId>graphhopper-parent</artifactId>
15-
<version>5.1.1</version>
15+
<version>5.1.2-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>

coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.stuart.platform.graphhopper</groupId>
1313
<artifactId>graphhopper-parent</artifactId>
14-
<version>5.1.1</version>
14+
<version>5.1.2-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.stuart.platform.graphhopper</groupId>
3535
<artifactId>graphhopper-example</artifactId>
36-
<version>5.1.1</version>
36+
<version>5.1.2-SNAPSHOT</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.stuart.platform.graphhopper</groupId>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.stuart.platform.graphhopper</groupId>
1111
<artifactId>graphhopper-parent</artifactId>
12-
<version>5.1.1</version>
12+
<version>5.1.2-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

map-matching/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.stuart.platform.graphhopper</groupId>
1010
<artifactId>graphhopper-parent</artifactId>
11-
<version>5.1.1</version>
11+
<version>5.1.2-SNAPSHOT</version>
1212
</parent>
1313

1414
<dependencies>

navigation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.stuart.platform.graphhopper</groupId>
1111
<artifactId>graphhopper-parent</artifactId>
12-
<version>5.1.1</version>
12+
<version>5.1.2-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.stuart.platform.graphhopper</groupId>
66
<artifactId>graphhopper-parent</artifactId>
77
<name>GraphHopper Parent Project</name>
8-
<version>5.1.1</version>
8+
<version>5.1.2-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<url>https://www.graphhopper.com</url>
1111
<inceptionYear>2012</inceptionYear>

reader-gtfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.stuart.platform.graphhopper</groupId>
1111
<artifactId>graphhopper-parent</artifactId>
12-
<version>5.1.1</version>
12+
<version>5.1.2-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.stuart.platform.graphhopper</groupId>
1111
<artifactId>graphhopper-parent</artifactId>
12-
<version>5.1.1</version>
12+
<version>5.1.2-SNAPSHOT</version>
1313
</parent>
1414
<properties>
1515
<assembly-phase>package</assembly-phase>

web-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.stuart.platform.graphhopper</groupId>
1212
<artifactId>graphhopper-parent</artifactId>
13-
<version>5.1.1</version>
13+
<version>5.1.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

web-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.stuart.platform.graphhopper</groupId>
1616
<artifactId>graphhopper-parent</artifactId>
17-
<version>5.1.1</version>
17+
<version>5.1.2-SNAPSHOT</version>
1818
</parent>
1919

2020
<dependencies>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.stuart.platform.graphhopper</groupId>
1212
<artifactId>graphhopper-parent</artifactId>
13-
<version>5.1.1</version>
13+
<version>5.1.2-SNAPSHOT</version>
1414
</parent>
1515
<properties>
1616
<shade-phase>package</shade-phase>

0 commit comments

Comments
 (0)