Skip to content

Commit

Permalink
chore: switch back to SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Mar 21, 2024
1 parent 788f22c commit 10d268d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.0.0</version>
<version>8.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
14 changes: 7 additions & 7 deletions ors-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.0.0</version>
<version>8.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -102,15 +102,15 @@
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
</dependency>

<!-- TODO: remove this if nothing breaks
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>test</scope>
</dependency>
-->

<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
Expand All @@ -130,23 +130,23 @@
<groupId>org.geotools</groupId>
<artifactId>gt-referencing</artifactId>
</dependency>

<!-- TODO: according dependency:analyze this
is not used, but build fails when not declared
-->
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
</dependency>

<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-geojson</artifactId>
</dependency>

<!-- TODO: according dependency:analyze this
is not used, but build fails when not
declared
declared
-->
<dependency>
<groupId>org.geotools</groupId>
Expand All @@ -156,7 +156,7 @@
<groupId>org.geotools</groupId>
<artifactId>gt-shapefile</artifactId>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions ors-report-aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<relativePath>../pom.xml</relativePath>
<artifactId>openrouteservice</artifactId>
<groupId>org.heigit.ors</groupId>
<version>8.0.0</version>
<version>8.1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>ors-report-aggregation</artifactId>
<version>8.0.0</version>
<version>8.1-SNAPSHOT</version>
<packaging>pom</packaging>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.heigit.ors</groupId>
<artifactId>openrouteservice</artifactId>
<version>8.0.0</version>
<version>8.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>openrouteservice</name>
<url>https://openrouteservice.org</url>
Expand Down Expand Up @@ -188,7 +188,7 @@
<version>${swagger-parser.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-models</artifactId>
Expand Down

0 comments on commit 10d268d

Please sign in to comment.