Typo fixes

This commit is contained in:
zml2008 2012-01-16 20:23:13 -08:00
parent 9557cc9640
commit 73f882909e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
5.1-SNAPSHOT: 5.1:
- Added a //help command (alias /we help). - Added a //help command (alias /we help).
- Fixed a NullPointerException in conjunction with CraftBook. - Fixed a NullPointerException in conjunction with CraftBook.
- Added support for console commands to WorldEditPlugin. - Added support for console commands to WorldEditPlugin.

View File

@ -199,7 +199,7 @@
<preparationGoals>assembly:assembly</preparationGoals> <preparationGoals>assembly:assembly</preparationGoals>
<goals>assembly:assembly</goals> <goals>assembly:assembly</goals>
<tagNameFormat>@{project.version}</tagNameFormat> <tagNameFormat>@{project.version}</tagNameFormat>
<scmCommentPrefix>[RELEASE]</scmCommentPrefix> <scmCommentPrefix>[RELEASE] </scmCommentPrefix>
</configuration> </configuration>
</plugin> </plugin>