bump version to 0.8 (#919)

pull/923/head
Michael Barry 2024-06-16 07:25:56 -04:00 zatwierdzone przez GitHub
rodzic 58236cac77
commit 6c6aac8a1c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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.7-SNAPSHOT</planetiler.version>
<planetiler.version>0.8-SNAPSHOT</planetiler.version>
<junit.version>5.10.2</junit.version>
<!-- Replace this with the main class for the profile you add -->
<mainClass>com.onthegomap.planetiler.examples.BikeRouteOverlay</mainClass>

Wyświetl plik

@ -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.7-SNAPSHOT</revision>
<revision>0.8-SNAPSHOT</revision>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>