Compile against Caliburn 0.1.8

This commit is contained in:
Daniel Saukel 2016-07-10 01:49:22 +02:00
parent c89ef03299
commit 06fc9da808
7 changed files with 11 additions and 15 deletions

View File

@ -8,6 +8,6 @@
<parent> <parent>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
</parent> </parent>
</project> </project>

View File

@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl-core</artifactId> <artifactId>dungeonsxl-core</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>${parent.version}</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>dungeonsxl-core</name> <name>dungeonsxl-core</name>
<parent> <parent>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
</parent> </parent>
<build> <build>
<resources> <resources>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
</parent> </parent>
<build> <build>
<plugins> <plugins>

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>DungeonsXL</name> <name>DungeonsXL</name>
<url>https://dre2n.github.io</url> <url>https://dre2n.github.io</url>
@ -45,12 +45,12 @@
<dependency> <dependency>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>caliburn</artifactId> <artifactId>caliburn</artifactId>
<version>0.1.7</version> <version>0.1.8</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>itemsxl</artifactId> <artifactId>itemsxl</artifactId>
<version>0.1.7</version> <version>0.1.8</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>

View File

@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl-shade</artifactId> <artifactId>dungeonsxl-shade</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>${parent.version}</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>dungeonsxl-shade</name> <name>dungeonsxl-shade</name>
<parent> <parent>
<groupId>io.github.dre2n</groupId> <groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId> <artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version> <version>0.14${buildNo}</version>
</parent> </parent>
<build> <build>
<finalName>dungeonsxl-${project.version}</finalName> <finalName>dungeonsxl-${project.version}</finalName>
@ -29,10 +29,6 @@
<pattern>io.github.dre2n.commons</pattern> <pattern>io.github.dre2n.commons</pattern>
<shadedPattern>io.github.dre2n.dungeonsxl.util.commons</shadedPattern> <shadedPattern>io.github.dre2n.dungeonsxl.util.commons</shadedPattern>
</relocation> </relocation>
<relocation>
<pattern>io.github.dre2n.caliburn</pattern>
<shadedPattern>io.github.dre2n.dungeonsxl.util.caliburn</shadedPattern>
</relocation>
</relocations> </relocations>
<artifactSet> <artifactSet>
<includes> <includes>