mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-11-17 17:01:50 +00:00
5ca2ae461a
Closes #59 Bumped version to 3.1.0-SNAPSHOT for development, really should have bumped the minor version a while back.
28 lines
856 B
XML
28 lines
856 B
XML
<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>
|
|
|
|
<parent>
|
|
<groupId>com.lishid</groupId>
|
|
<artifactId>openinvinternal</artifactId>
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>openinvadapter1_6_R2</artifactId>
|
|
<name>OpenInvAdapter1_6_R2</name>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.bukkit</groupId>
|
|
<artifactId>craftbukkit</artifactId>
|
|
<version>1.6.2-R1.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.lishid</groupId>
|
|
<artifactId>openinvcommon</artifactId>
|
|
<version>3.1.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|