Skip to content

Commit

Permalink
pom issues
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Jun 20, 2022
1 parent 68835a6 commit 38d9ba6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<packaging>jar</packaging>
<version>0.13-SNAPSHOT</version>
<name>GraphHopper API</name>
<description>Use the GraphHopper routing engine as a web-service</description>

<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>0.13-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<name>GraphHopper Core</name>
<version>0.13-SNAPSHOT</version>
Expand All @@ -13,7 +13,7 @@
working seamlessly with OpenStreetMap data.
</description>
<parent>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<version>0.13-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -90,13 +90,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-web-api</artifactId>
<version>0.13-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>0.13-SNAPSHOT</version>
<scope>compile</scope>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-parent</artifactId>
<name>GraphHopper Parent Project</name>
<version>0.13-SNAPSHOT</version>
Expand Down
6 changes: 3 additions & 3 deletions reader-osm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-reader-osm</artifactId>
<version>0.13-SNAPSHOT</version>
<packaging>jar</packaging>
<name>GraphHopper Reader for OpenStreetMap Data</name>

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

<dependencies>
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>0.13-SNAPSHOT</version>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-web-api</artifactId>
<packaging>jar</packaging>
<version>0.13-SNAPSHOT</version>
<name>GraphHopper Web API</name>
<description>JSON Representation of the API classes</description>

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

<dependencies>
<dependency>
<groupId>com.github.GIScience.graphhopper</groupId>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-api</artifactId>
<version>0.13-SNAPSHOT</version>
</dependency>
Expand Down

0 comments on commit 38d9ba6

Please sign in to comment.