Make Maven guidance consistent with Gradle. Bump version to latest in repo.

Andy P. 2024-08-28 01:03:28 +01:00
parent a165f3b9ef
commit 0f2109b9f7

@ -11,7 +11,7 @@ repositories {
}
dependencies {
compileOnly "us.dynmap:DynmapCoreAPI:3.4"
compileOnly "us.dynmap:DynmapCoreAPI:3.7-beta-6"
}
```
@ -26,8 +26,8 @@ dependencies {
<dependencies>
<dependency>
<groupId>us.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>3.4-beta-3</version>
<artifactId>DynmapCoreAPI</artifactId>
<version>3.7-beta-6</version>
<scope>provided</scope>
</dependency>
</dependencies>