Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiooeht committed Nov 2, 2018
1 parent d65554c commit 3396256
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@
<name>Hubris</name>
<groupId>com.evacipated.cardcrawl.mod</groupId>
<artifactId>hubris</artifactId>
<version>0.11.4</version>
<version>0.12.0</version>

<properties>
<SlayTheSpire.version>10-25-2018</SlayTheSpire.version>
<ModTheSpire.version>3.3.0</ModTheSpire.version>
<SlayTheSpire.version>11-01-2018</SlayTheSpire.version>
<ModTheSpire.version>3.6.0</ModTheSpire.version>
</properties>

<dependencies>
<dependency>
<groupId>com.megacrit.cardcrawl</groupId>
<artifactId>slaythespire</artifactId>
<version>${SlayTheSpire.version}</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/desktop-1.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.evacipated.cardcrawl</groupId>
<artifactId>ModTheSpire</artifactId>
Expand Down Expand Up @@ -71,17 +78,10 @@
<scope>system</scope>
<systemPath>${basedir}/../_ModTheSpire/mods/ColoredMap.jar</systemPath>
</dependency>
<dependency>
<groupId>com.megacrit.cardcrawl</groupId>
<artifactId>slaythespire</artifactId>
<version>${SlayTheSpire.version}</version>
<scope>system</scope>
<systemPath>${basedir}/../lib/desktop-1.0.jar</systemPath>
</dependency>
</dependencies>

<build>
<finalName>Hubris</finalName>
<finalName>${name}</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down Expand Up @@ -117,7 +117,7 @@
<phase>package</phase>
<configuration>
<target>
<copy file="target/Hubris.jar" tofile="../_ModTheSpire/mods/Hubris.jar"/>
<copy file="target/${name}.jar" tofile="../_ModTheSpire/mods/${name}.jar"/>
</target>
</configuration>
<goals>
Expand Down

0 comments on commit 3396256

Please sign in to comment.