синхронизация версий в 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>
|
||||
<artifactId>prison-api</artifactId>
|
||||
<version>0.0.4</version>
|
||||
<version>0.1.0.4</version>
|
||||
|
||||
<properties>
|
||||
<java.encoding>UTF-8</java.encoding>
|
||||
@@ -31,6 +31,13 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user