Skip to content

Commit

Permalink
bump version to version 0.7.0 (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Oct 1, 2023
1 parent 10fede8 commit 79ba9d9
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>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<planetiler.version>0.6-SNAPSHOT</planetiler.version>
<planetiler.version>0.7-SNAPSHOT</planetiler.version>
<junit.version>5.10.0</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 @@ -27,7 +27,7 @@
<sonar.projectKey>onthegomap_planetiler</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.exclusions>planetiler-benchmarks/**/*, planetiler-openmaptiles/**/*</sonar.exclusions>
<revision>0.6-SNAPSHOT</revision>
<revision>0.7-SNAPSHOT</revision>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>

Expand Down

0 comments on commit 79ba9d9

Please sign in to comment.