whoever commented the shit out in the pom.xml: i hope both sides of your pillow are warm tonight

This commit is contained in:
Telesphoreo 2020-08-12 22:07:15 -05:00
parent 306c8bc8b9
commit 541abb1ba8
1 changed files with 10 additions and 2 deletions

12
pom.xml
View File

@ -104,6 +104,11 @@
<id>rayzr-repo</id>
<url>https://cdn.rawgit.com/Rayzr522/maven-repo/master/</url>
</repository>
<repository>
<id>ess-repo</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
</repositories>
<dependencies>
@ -172,7 +177,7 @@
<dependency>
<groupId>net.ess3</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
<scope>provided</scope>
</dependency>
@ -247,6 +252,7 @@
<groupId>com.github.speedxx</groupId>
<artifactId>TFGuilds</artifactId>
<version>master</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -259,6 +265,7 @@
<groupId>net.dean.jraw</groupId>
<artifactId>JRAW</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
@ -344,7 +351,8 @@
<entry key="buildCodeName" value="${tfm.build.codename}"/>
<entry key="buildVersion" value="${project.version}"/>
<entry key="buildDate" value="${timestamp}"/>
<!--<entry key="buildHead" value="${git.commit.id.abbrev}"/>-->
<!--suppress UnresolvedMavenProperty -->
<entry key="buildHead" value="${git.commit.id.abbrev}"/>
</propertyfile>
</target>
</configuration>