Updated version number, ready for release v2.0!

This commit is contained in:
Artemis-the-gr8 2023-02-28 12:12:36 +01:00
parent fa0667f26a
commit 0653228a98
1 changed files with 3 additions and 3 deletions

View File

@ -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>