Skip to content

Commit

Permalink
0.8.5-SNAPSHOT (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Jan 27, 2025
1 parent 9fd8635 commit d44c609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion planetiler-examples/standalone.pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<planetiler.version>0.8.4-SNAPSHOT</planetiler.version>
<planetiler.version>0.8.5-SNAPSHOT</planetiler.version>
<junit.version>5.11.4</junit.version>
<!-- Replace this with the main class for the profile you add -->
<mainClass>com.onthegomap.planetiler.examples.BikeRouteOverlay</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<sonar.projectKey>onthegomap_planetiler</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.exclusions>planetiler-benchmarks/**/*, planetiler-openmaptiles/**/*</sonar.exclusions>
<revision>0.8.4-SNAPSHOT</revision>
<revision>0.8.5-SNAPSHOT</revision>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>

Expand Down

0 comments on commit d44c609

Please sign in to comment.