Update version to 4.5.0 for release

This commit is contained in:
Dan Mulloy 2019-12-24 15:00:28 -05:00
parent c3c59337ff
commit e2f949c3a7
No known key found for this signature in database
GPG Key ID: 2B62F7DACFF133E8
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<name>ProtocolLib</name>
<version>4.5.0-SNAPSHOT</version>
<version>4.5.0</version>
<description>Provides read/write access to the Minecraft protocol.</description>
<url>https://github.com/dmulloy2/ProtocolLib</url>
@ -145,8 +145,8 @@
</activation>
<properties>
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
<project.fullVersion>${project.version}</project.fullVersion>
</properties>
</profile>