mirror of
https://github.com/itHotL/PlayerStats.git
synced 2025-02-16 01:41:30 +01:00
Updated version number, ready for release v2.0!
This commit is contained in:
parent
fa0667f26a
commit
0653228a98
6
pom.xml
6
pom.xml
@ -200,7 +200,7 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<phase>deploy</phase> <!-- change to verify when deploying -->
|
||||
<phase>verify</phase> <!-- change to verify when deploying -->
|
||||
<goals>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
@ -214,7 +214,7 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
<phase>deploy</phase> <!-- change to verify when deploying -->
|
||||
<phase>verify</phase> <!-- change to verify when deploying -->
|
||||
<goals>
|
||||
<goal>sign</goal>
|
||||
</goals>
|
||||
@ -228,7 +228,7 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-javadocs</id>
|
||||
<phase>deploy</phase> <!-- change to verify when deploying -->
|
||||
<phase>verify</phase> <!-- change to verify when deploying -->
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
|
Loading…
Reference in New Issue
Block a user