Update Readme

This commit is contained in:
Gabriele C 2020-06-26 20:43:44 +02:00
parent bd1e41cbb6
commit eb87041c4d

View File

@ -21,7 +21,7 @@ How to include WorldEditWrapper into your maven project:
<dependency> <dependency>
<groupId>org.codemc.worldguardwrapper</groupId> <groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper</artifactId> <artifactId>worldguardwrapper</artifactId>
<version>1.1.8-SNAPSHOT</version> <version>1.1.9-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
@ -34,7 +34,7 @@ Remember to include/relocate the library into your final jar, example:
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.2.3</version> <version>3.2.4</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>