Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
renamed route-optimization-examples to just client-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed May 23, 2017
1 parent c5c7e46 commit 39ecdb4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .gitignore
@@ -1,11 +1,7 @@
*~
/target/
nbactions.xml
/route-optimization/target/
/geocoding/target/
/client/target/
/client-optimized/target/
/route-optimization-examples/target/
*/target/
.idea/
*iml
.settings/
Expand Down
Expand Up @@ -5,14 +5,14 @@

<groupId>com.graphhopper</groupId>
<artifactId>directions-api-client-examples</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9.0-RC1</version>
<packaging>jar</packaging>
<name>GraphHopper Directions API examples for the Route Optimization API</name>
<name>GraphHopper Directions API examples</name>

<parent>
<groupId>com.graphhopper</groupId>
<artifactId>directions-api-client-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.0-RC1</version>
</parent>

<properties>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>directions-api-client</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.9.0-RC1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -63,7 +63,7 @@
<modules>
<module>client-optimized</module>
<module>client</module>
<module>route-optimization-examples</module>
<module>client-examples</module>
</modules>

<build>
Expand Down

0 comments on commit 39ecdb4

Please sign in to comment.