kopia lustrzana https://github.com/onthegomap/planetiler
0.8.2 was released, so let's use 0.8.3 for SNAPSHOT (#970)
rodzic
1ccd7eea11
commit
55212152eb
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue