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>
<groupId>io.github.dre2n</groupId>
<artifactId>dungeonsxl</artifactId>
<version>0.14-SNAPSHOT${buildNo}</version>
<version>0.14${buildNo}</version>
</parent>
</project>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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