parent
00a33c4473
commit
62e42dba22
1 changed files with 10 additions and 3 deletions
13
pom.xml
13
pom.xml
|
@ -37,15 +37,22 @@
|
||||||
<version>1.5.3</version>
|
<version>1.5.3</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>prepare-package</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>replace</goal>
|
<goal>replace</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<token>v1_21_R1</token>
|
<includes>
|
||||||
<value>${project.nms.version}</value>
|
<include>**</include>
|
||||||
|
</includes>
|
||||||
|
<replacements>
|
||||||
|
<replacement>
|
||||||
|
<token>v1_21_R1</token>
|
||||||
|
<value>${project.nms.version}</value>
|
||||||
|
</replacement>
|
||||||
|
</replacements>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in a new issue