mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
whoever commented the shit out in the pom.xml: i hope both sides of your pillow are warm tonight
This commit is contained in:
parent
306c8bc8b9
commit
541abb1ba8
12
pom.xml
12
pom.xml
@ -104,6 +104,11 @@
|
|||||||
<id>rayzr-repo</id>
|
<id>rayzr-repo</id>
|
||||||
<url>https://cdn.rawgit.com/Rayzr522/maven-repo/master/</url>
|
<url>https://cdn.rawgit.com/Rayzr522/maven-repo/master/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>ess-repo</id>
|
||||||
|
<url>https://ci.ender.zone/plugin/repository/everything/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -172,7 +177,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.ess3</groupId>
|
<groupId>net.ess3</groupId>
|
||||||
<artifactId>EssentialsX</artifactId>
|
<artifactId>EssentialsX</artifactId>
|
||||||
<version>2.16.1</version>
|
<version>2.18.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -247,6 +252,7 @@
|
|||||||
<groupId>com.github.speedxx</groupId>
|
<groupId>com.github.speedxx</groupId>
|
||||||
<artifactId>TFGuilds</artifactId>
|
<artifactId>TFGuilds</artifactId>
|
||||||
<version>master</version>
|
<version>master</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -259,6 +265,7 @@
|
|||||||
<groupId>net.dean.jraw</groupId>
|
<groupId>net.dean.jraw</groupId>
|
||||||
<artifactId>JRAW</artifactId>
|
<artifactId>JRAW</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.0</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
@ -344,7 +351,8 @@
|
|||||||
<entry key="buildCodeName" value="${tfm.build.codename}"/>
|
<entry key="buildCodeName" value="${tfm.build.codename}"/>
|
||||||
<entry key="buildVersion" value="${project.version}"/>
|
<entry key="buildVersion" value="${project.version}"/>
|
||||||
<entry key="buildDate" value="${timestamp}"/>
|
<entry key="buildDate" value="${timestamp}"/>
|
||||||
<!--<entry key="buildHead" value="${git.commit.id.abbrev}"/>-->
|
<!--suppress UnresolvedMavenProperty -->
|
||||||
|
<entry key="buildHead" value="${git.commit.id.abbrev}"/>
|
||||||
</propertyfile>
|
</propertyfile>
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user