Release 1.7.2b

Also updated some Maven pom config
This commit is contained in:
Brettflan 2013-05-22 11:35:20 -05:00
parent b42945d643
commit fa5fb33da8
2 changed files with 6 additions and 6 deletions

10
pom.xml
View File

@ -1,16 +1,16 @@
<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>
<groupId>com.github.brettflan</groupId>
<groupId>com.wimbli.WorldBorder</groupId>
<artifactId>WorldBorder</artifactId>
<version>1.5.0</version>
<version>1.7.2b</version>
<name>WorldBorder</name>
<url>https://github.com/Brettflan/WorldBorder</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Brettflan/WorldBorder/issues</url>
</issueManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@ -30,12 +30,12 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.2.4-R0.1-SNAPSHOT</version>
<version>1.5.2-R0.1</version>
</dependency>
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>1.3</version>
<version>1.8</version>
</dependency>
</dependencies>

View File

@ -1,7 +1,7 @@
name: WorldBorder
author: Brettflan
description: Efficient, feature-rich plugin for limiting the size of your worlds.
version: 1.7.2
version: 1.7.2b
main: com.wimbli.WorldBorder.WorldBorder
softdepend:
- dynmap