mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2025-08-05 20:12:57 +00:00
Update to 1.9-R0.1-SNAPSHOT
This commit is contained in:
parent
bd1d0c207b
commit
2ef5146868
1 changed files with 15 additions and 15 deletions
30
pom.xml
30
pom.xml
|
@ -6,65 +6,65 @@
|
||||||
<artifactId>bukkittelnet</artifactId>
|
<artifactId>bukkittelnet</artifactId>
|
||||||
<version>4.3</version>
|
<version>4.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<jar.finalName>${project.name}</jar.finalName>
|
<jar.finalName>${project.name}</jar.finalName>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<name>BukkitTelnet</name>
|
<name>BukkitTelnet</name>
|
||||||
<description>Admin telnet access for minecraft servers.</description>
|
<description>Admin telnet access for minecraft servers.</description>
|
||||||
<url>https://github.com/TotalFreedom/BukkitTelnet</url>
|
<url>https://github.com/TotalFreedom/BukkitTelnet</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>TotalFreedom General License</name>
|
<name>TotalFreedom General License</name>
|
||||||
<url>https://github.com/TotalFreedom/License/blob/master/LICENSE.md</url>
|
<url>https://github.com/TotalFreedom/License/blob/master/LICENSE.md</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Total Freedom</name>
|
<name>Total Freedom</name>
|
||||||
<url>https://totalfreedom.me</url>
|
<url>https://totalfreedom.me</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:TotalFreedom/BukkitTelnet.git</connection>
|
<connection>scm:git:git@github.com:TotalFreedom/BukkitTelnet.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:TotalFreedom/BukkitTelnet.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:TotalFreedom/BukkitTelnet.git</developerConnection>
|
||||||
<url>git@github.com:TotalFreedom/BukkitTelnet.git</url>
|
<url>git@github.com:TotalFreedom/BukkitTelnet.git</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot</id>
|
<id>spigot</id>
|
||||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.9-SNAPSHOT</version>
|
<version>1.9-R0.1-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<version>1.16.6</version>
|
<version>1.16.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.logging.log4j</groupId>
|
<groupId>org.apache.logging.log4j</groupId>
|
||||||
<artifactId>log4j-core</artifactId>
|
<artifactId>log4j-core</artifactId>
|
||||||
<version>2.5</version>
|
<version>2.5</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- Compiler -->
|
<!-- Compiler -->
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<target>1.7</target>
|
<target>1.7</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- Checkstyle -->
|
<!-- Checkstyle -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<reporting>
|
<reporting>
|
||||||
<!-- Checkstyle -->
|
<!-- Checkstyle -->
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
<version>2.5</version>
|
<version>2.5</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<version>2.17</version>
|
<version>2.17</version>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue