Mineplex/Mineplex.Core.Common.Base/pom.xml

43 lines
1.4 KiB
XML
Raw Permalink Normal View History

2021-05-23 23:58:33 +00:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- <groupId>com.mineplexBootleg.app</groupId>-->
<!-- <version>dev-SNAPSHOT</version>-->
<properties>
<version.jline>2.12</version.jline>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
</properties>
<parent>
<groupId>com.mineplexBootleg.app</groupId>
<artifactId>mineplex-parent</artifactId>
<version>dev-SNAPSHOT</version>
</parent>
<artifactId>mineplex-core-common-base</artifactId>
<packaging>pom</packaging>
<modules>
<!-- <module>../Mineplex.Database</module>-->
<!-- <module>../Mineplex.ServerData</module>-->
</modules>
<dependencies>
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
<version>1.8.8-1.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mineplex-database</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>