Release 1.6.0 (WorldPainter 2.13.1)

master
Captain Chaos 2022-08-23 21:07:37 +02:00
parent cb7d310edf
commit 75fa13d617
1 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>org.pepsoft.worldpainter</groupId> <groupId>org.pepsoft.worldpainter</groupId>
<artifactId>PluginParent</artifactId> <artifactId>PluginParent</artifactId>
<version>1.5.0</version> <version>1.6.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>PluginParent</name> <name>PluginParent</name>
@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>org.pepsoft.worldpainter</groupId> <groupId>org.pepsoft.worldpainter</groupId>
<artifactId>WPGUI</artifactId> <artifactId>WPGUI</artifactId>
<version>2.9.0</version> <version>2.13.1</version>
<scope>provided</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
@ -106,6 +106,10 @@
<groupId>com.twelvemonkeys.imageio</groupId> <groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-tiff</artifactId> <artifactId>imageio-tiff</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
</dependencies> </dependencies>