summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2012-04-05 19:38:29 +1000
committermd_5 <md_5@bigpond.com>2012-04-05 19:38:29 +1000
commita8d8adbefcc3c828dc974b1788547f4303e6a9fa (patch)
treea3aa5b97e9b68ea5fba0af5b8c5b38956ed407a4 /pom.xml
parent2566d8a0db3fdff1aa323ef6f252b1a3c93070e0 (diff)
downloadEssentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar
Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar.gz
Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar.lz
Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar.xz
Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.zip
Update Bukkit version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 1a2465ff7..4c40da7fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,8 @@
</dependencies>
<build>
+ <finalName>${project.artifactId}</finalName>
+ <outputDirectory>../jars</outputDirectory>
<sourceDirectory>${basedir}/src</sourceDirectory>
<testSourceDirectory>${basedir}/test</testSourceDirectory>
<resources>
@@ -63,15 +65,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <finalName>${project.artifactId}</finalName>
- <outputDirectory>../jars</outputDirectory>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.4</version>
<executions>
@@ -101,7 +94,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <bukkitversion>1.2.3-R0.3-SNAPSHOT</bukkitversion>
+ <bukkitversion>1.2.5-R1.0</bukkitversion>
<build.number>Unknown</build.number>
<org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>true</org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs>
<org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>2</org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width>