mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
Fixing 2.1.9 pom version number
This commit is contained in:
parent
f32834411d
commit
9aef304fd4
@ -6,7 +6,10 @@ Key:
|
|||||||
= Fix
|
= Fix
|
||||||
! Change
|
! Change
|
||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 2.2.0
|
Version 2.2.0
|
||||||
|
|
||||||
|
Version 2.1.9
|
||||||
Fixed a bug where grabbing the version of WG would throw classnotdefined errors
|
Fixed a bug where grabbing the version of WG would throw classnotdefined errors
|
||||||
|
|
||||||
Version 2.1.8
|
Version 2.1.8
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
||||||
<artifactId>mcMMO</artifactId>
|
<artifactId>mcMMO</artifactId>
|
||||||
<version>2.1.9-SNAPSHOT</version>
|
<version>2.1.9</version>
|
||||||
<name>mcMMO</name>
|
<name>mcMMO</name>
|
||||||
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
<url>https://github.com/mcMMO-Dev/mcMMO</url>
|
||||||
<scm>
|
<scm>
|
||||||
|
Loading…
Reference in New Issue
Block a user