Skip to content

Commit 9a65ddb

Browse files
committed
Update version to 4.5.1 for release
1 parent 54c252a commit 9a65ddb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.comphenix.protocol</groupId>
55
<artifactId>ProtocolLib</artifactId>
66
<name>ProtocolLib</name>
7-
<version>4.5.1-SNAPSHOT</version>
7+
<version>4.5.1</version>
88

99
<description>Provides read/write access to the Minecraft protocol.</description>
1010
<url>https://github.com/dmulloy2/ProtocolLib</url>
@@ -145,8 +145,8 @@
145145
</activation>
146146
<properties>
147147
<project.build.number>-b${env.BUILD_NUMBER}</project.build.number>
148-
<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>
149-
<!--<project.fullVersion>${project.version}</project.fullVersion>-->
148+
<!--<project.fullVersion>${project.version}${project.build.number}</project.fullVersion>-->
149+
<project.fullVersion>${project.version}</project.fullVersion>
150150
</properties>
151151
</profile>
152152

0 commit comments

Comments
 (0)