mirror of
https://github.com/PEXPlugins/Modifyworld.git
synced 2024-11-25 12:06:09 +01:00
Bump version to 1.19.6 to match PEX
This commit is contained in:
parent
e5eba603ec
commit
3a65c67090
27
pom.xml
27
pom.xml
@ -3,15 +3,30 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>ru.tehkode</groupId>
|
<groupId>ru.tehkode</groupId>
|
||||||
<artifactId>Modifyworld</artifactId>
|
<artifactId>Modifyworld</artifactId>
|
||||||
<version>1.19.4</version>
|
<version>1.19.6</version>
|
||||||
<name>Modifyworld</name>
|
<name>Modifyworld</name>
|
||||||
<url>https://github.com/t3hk0d3/Modifyworld</url>
|
<url>https://github.com/t3hk0d3/Modifyworld</url>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>GitHub</system>
|
<system>GitHub</system>
|
||||||
<url>https://github.com/t3hk0d3/Modifyworld/issues</url>
|
<url>https://github.com/t3hk0d3/Modifyworld/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git://github.com/PEXPlugins/Modifyworld.git</connection>
|
||||||
|
<developerConnection>scm:git:ssh://git@github.com/PEXPlugins/Modifyworld.git</developerConnection>
|
||||||
|
<url>https://github.com/PEXPlugins/PermissionsEx.git</url>
|
||||||
|
</scm>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>${project.basedir}</directory>
|
||||||
|
<targetPath>/</targetPath>
|
||||||
|
<includes>
|
||||||
|
<include>**</include>
|
||||||
|
</includes>
|
||||||
|
<filtering>true</filtering>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
@ -39,6 +54,14 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<preparationGoals>assembly:assembly</preparationGoals>
|
||||||
|
<goals>assembly:assembly</goals>
|
||||||
|
<tagNameFormat>STABLE-@{project.version}</tagNameFormat>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -51,7 +74,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ru.tehkode</groupId>
|
<groupId>ru.tehkode</groupId>
|
||||||
<artifactId>PermissionsEx</artifactId>
|
<artifactId>PermissionsEx</artifactId>
|
||||||
<version>1.19.3</version>
|
<version>1.19.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
<repositories>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: Modifyworld
|
name: Modifyworld
|
||||||
main: ru.tehkode.modifyworld.bukkit.Modifyworld
|
main: ru.tehkode.modifyworld.bukkit.Modifyworld
|
||||||
soft-depend: [ PermissionsEx ]
|
soft-depend: [ PermissionsEx ]
|
||||||
version: 1.19.4
|
version: "${project.version}"
|
||||||
author: t3hk0d3
|
author: t3hk0d3
|
||||||
website: www.bukkit.org
|
website: www.bukkit.org
|
||||||
description: World modification permission ruleset
|
description: World modification permission ruleset
|
||||||
|
Loading…
Reference in New Issue
Block a user