синхронизация версий в pom.xml и plugin.yml
(cherry picked from commit 4ed69ed72ea43229b3b698817b84f5122d12ee41)
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>ru.prisonlife</groupId>
|
<groupId>ru.prisonlife</groupId>
|
||||||
<artifactId>prison-api</artifactId>
|
<artifactId>prison-api</artifactId>
|
||||||
<version>0.0.4</version>
|
<version>0.1.0.4</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.encoding>UTF-8</java.encoding>
|
<java.encoding>UTF-8</java.encoding>
|
||||||
@@ -31,6 +31,13 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/resources</directory>
|
||||||
|
<filtering>true</filtering>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: PrisonAPI
|
name: PrisonAPI
|
||||||
version: 0.1.0.4
|
version: ${project.version}
|
||||||
authors: [Overlord_S, Prot_CN, Wani4ka]
|
authors: [Overlord_S, Prot_CN, Wani4ka, DmitriyMX]
|
||||||
main: ru.prisonlife.prisonapi.PrisonAPI
|
main: ru.prisonlife.prisonapi.PrisonAPI
|
||||||
Reference in New Issue
Block a user