Fix JavaDocs

This commit is contained in:
Daniel Saukel 2021-10-23 01:43:23 +02:00
parent c2a0be6eff
commit 6aba887789
9 changed files with 15 additions and 15 deletions

View File

@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-adapter</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<packaging>jar</packaging>
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<dependencies>
<dependency>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<modules>
<module>core</module>
@ -20,7 +20,7 @@
<dependency>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-dist</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-api</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<packaging>jar</packaging>
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<build>
<plugins>

View File

@ -61,7 +61,7 @@ public interface ResourceWorld {
* <p>
* Note that these are only the rules that are specific to the map itself. They are not the rules that are actually used in a game instance instantiated
* from this resource world as these ones may be supplemented or overriden by other rules taken from the main config, dungeon config or the
* {@link GameRuleContainer#DEFAULT_VALUES}.
* {@link de.erethon.dungeonsxl.api.dungeon.GameRule#DEFAULT_VALUES}.
*
* @return the {@link de.erethon.dungeonsxl.api.dungeon.GameRule}s of this world
*/

View File

@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-bukkit_blockdata</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<packaging>jar</packaging>
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<dependencies>
<dependency>

View File

@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-bukkit_magicvalues</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<packaging>jar</packaging>
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<dependencies>
<dependency>

View File

@ -2,12 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-core</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<packaging>jar</packaging>
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<build>
<resources>

2
dist/pom.xml vendored
View File

@ -7,7 +7,7 @@
<parent>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
</parent>
<build>
<finalName>${project.artifactId}-${project.version}${buildNo}</finalName>

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.erethon.dungeonsxl</groupId>
<artifactId>dungeonsxl-parent</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18-PRE</version>
<packaging>pom</packaging>
<name>DungeonsXL</name>
<url>https://dre2n.github.io</url>