mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-26 20:16:16 +01:00
Start 3.2.0 development
This commit is contained in:
parent
e471425f6a
commit
c803febf0c
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>com.gmail.filoghost.chestcommands</groupId>
|
||||
<artifactId>chestcommands-parent</artifactId>
|
||||
<version>3.1.4</version>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>chestcommands-plugin</artifactId>
|
||||
|
102
pom.xml
102
pom.xml
@ -1,51 +1,51 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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.gmail.filoghost.chestcommands</groupId>
|
||||
<artifactId>chestcommands-parent</artifactId>
|
||||
<name>ChestCommands Parent</name>
|
||||
<version>3.1.4</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<url>http://dev.bukkit.org/bukkit-plugins/chest-commands</url>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/filoghost/ChestCommands</url>
|
||||
<connection>scm:git:git://github.com:filoghost/ChestCommands.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:filoghost/ChestCommands.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<spigot-api.version>1.8-R0.1-SNAPSHOT</spigot-api.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>Plugin</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>false</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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.gmail.filoghost.chestcommands</groupId>
|
||||
<artifactId>chestcommands-parent</artifactId>
|
||||
<name>ChestCommands Parent</name>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<url>http://dev.bukkit.org/bukkit-plugins/chest-commands</url>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/filoghost/ChestCommands</url>
|
||||
<connection>scm:git:git://github.com:filoghost/ChestCommands.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:filoghost/ChestCommands.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
<maven.test.skip>true</maven.test.skip>
|
||||
<spigot-api.version>1.8-R0.1-SNAPSHOT</spigot-api.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
<module>Plugin</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>false</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user