Updating pom to 1.9 and cleaning up groupid

This commit is contained in:
Daniel Boston 2016-03-18 09:33:35 -04:00
parent c5df3417c8
commit 369a966a84
2 changed files with 18 additions and 12 deletions

26
pom.xml
View File

@ -1,14 +1,14 @@
<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.wimbli.WorldBorder</groupId>
<groupId>com.wimbli</groupId>
<artifactId>WorldBorder</artifactId>
<version>1.8.5</version>
<version>1.9.0</version>
<name>WorldBorder</name>
<url>https://github.com/Brettflan/WorldBorder</url>
<url>https://github.com/DevotedMC/WorldBorder</url>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Brettflan/WorldBorder/issues</url>
<url>https://github.com/DevotedMC/WorldBorder/issues</url>
</issueManagement>
<properties>
@ -31,13 +31,13 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.7-R0.1-SNAPSHOT</version>
<version>1.9-R0.1-SNAPSHOT</version>
</dependency>
<!--Bukkit API-->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.8.7-R0.1-SNAPSHOT</version>
<version>1.9-R0.1-SNAPSHOT</version>
</dependency>
<!--Dynmap API-->
<dependency>
@ -49,15 +49,21 @@
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>${project.artifactId}</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<version>3.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>

View File

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