Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>graphhopper-core</artifactId>
<name>GraphHopper Core</name>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
GraphHopper is a fast and memory efficient Java road routing engine
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-web-api</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.carrotsearch</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hmm-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>hmm-lib-external</artifactId>
<!-- SNAPSHOT is necessary otherwise it says: Deployment failed: repository element was not specified in the POM inside distributionManagement element-->
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
<packaging>jar</packaging>

<name>hmm-lib</name>
Expand All @@ -29,7 +29,7 @@
<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</parent>

<developers>
Expand Down
6 changes: 3 additions & 3 deletions map-matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>hmm-lib-external</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<name>GraphHopper Parent Project</name>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://www.graphhopper.com</url>
<inceptionYear>2012</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions reader-gtfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>graphhopper-web-api</artifactId>
<packaging>jar</packaging>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
<name>GraphHopper Web API</name>
<description>JSON Representation of the API classes</description>

<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>4.11-SNAPSHOT</version>
<version>4.12-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down