0.8.2 was released, so let's use 0.8.3 for SNAPSHOT (#970)

pull/977/head
Peter Hanecak 2024-08-08 11:36:20 +02:00 zatwierdzone przez GitHub
rodzic 1ccd7eea11
commit 55212152eb
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.8-SNAPSHOT</planetiler.version>
<planetiler.version>0.8.3-SNAPSHOT</planetiler.version>
<junit.version>5.10.3</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.8-SNAPSHOT</revision>
<revision>0.8.3-SNAPSHOT</revision>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>