diff options
author | md_5 <md_5@bigpond.com> | 2012-04-05 19:38:29 +1000 |
---|---|---|
committer | md_5 <md_5@bigpond.com> | 2012-04-05 19:38:29 +1000 |
commit | a8d8adbefcc3c828dc974b1788547f4303e6a9fa (patch) | |
tree | a3aa5b97e9b68ea5fba0af5b8c5b38956ed407a4 | |
parent | 2566d8a0db3fdff1aa323ef6f252b1a3c93070e0 (diff) | |
download | Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar.gz Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar.lz Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.tar.xz Essentials-a8d8adbefcc3c828dc974b1788547f4303e6a9fa.zip |
Update Bukkit version
-rw-r--r-- | pom.xml | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -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> |