Update version to 4.5.1 for release

This commit is contained in:
Dan Mulloy 2020-06-03 21:21:31 -04:00
parent 54c252a354
commit 9a65ddbc43
No known key found for this signature in database
GPG Key ID: 2B62F7DACFF133E8

View File

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