Skip to content

Commit

Permalink
We use Bukkit not CraftBukkit for plugins.
Browse files Browse the repository at this point in the history
CraftBukkit was never needed in the first place.
  • Loading branch information
aarontwf committed Mar 24, 2013
1 parent 4186e25 commit 85d4d3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -83,8 +83,8 @@

<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.4.5-R1.0</version>
<artifactId>bukkit</artifactId>
<version>RELEASE</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -198,4 +198,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 85d4d3e

Please sign in to comment.