reverted pom.xml back to its old version

This commit is contained in:
flames 2011-01-15 17:47:40 +01:00 committed by FrozenCow
parent 18a1f484d8
commit 9f1c8f548a
1 changed files with 5 additions and 3 deletions

View File

@ -20,9 +20,11 @@
</build>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>0.0.1-SNAPSHOT</version>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>