mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 11:46:40 +01:00
Make Maven guidance consistent with Gradle. Bump version to latest in repo.
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>
|
||||
|
Loading…
Reference in New Issue
Block a user