File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >ProtocolLib-API</artifactId >
5
5
<name >ProtocolLib-API</name >
6
- <version >4.2.0-SNAPSHOT </version >
6
+ <version >4.2.0</version >
7
7
8
8
<description >Provides read/write access to the Minecraft protocol.</description >
9
9
<url >http://www.spigotmc.org/resources/protocollib.1997/</url >
19
19
<properties >
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<project .build.number></project .build.number>
22
+ <project .fullVersion>${project.version} </project .fullVersion>
22
23
</properties >
23
24
24
25
<build >
54
55
<manifestEntries >
55
56
<Main-Class >com.comphenix.protocol.Application</Main-Class >
56
57
<Implementation-Title >ProtocolLib</Implementation-Title >
57
- <Implementation-Version >${project.version}${project.build.number } </Implementation-Version >
58
+ <Implementation-Version >${project.fullVersion } </Implementation-Version >
58
59
<Implementation-Vendor >dmulloy2</Implementation-Vendor >
59
60
</manifestEntries >
60
61
</archive >
88
89
</activation >
89
90
<properties >
90
91
<project .build.number>-b${env.BUILD_NUMBER} </project .build.number>
92
+ <project .fullVersion>${project.version}${project.build.number} </project .fullVersion>
91
93
</properties >
92
94
</profile >
93
95
99
101
<value >true</value >
100
102
</property >
101
103
</activation >
104
+ <properties >
105
+ <project .fullVersion>${project.version} </project .fullVersion>
106
+ </properties >
102
107
<build >
103
108
<plugins >
104
109
<plugin >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >ProtocolLib</artifactId >
5
5
<name >ProtocolLib</name >
6
- <version >4.2.0-SNAPSHOT </version >
6
+ <version >4.2.0</version >
7
7
8
8
<description >Provides read/write access to the Minecraft protocol.</description >
9
9
<url >http://www.spigotmc.org/resources/protocollib.1997/</url >
19
19
<properties >
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<project .build.number></project .build.number>
22
- <!-- Remove build number for release -->
23
- <project .fullVersion>${project.version}${project.build.number} </project .fullVersion>
22
+ <project .fullVersion>${project.version} </project .fullVersion>
24
23
</properties >
25
24
26
25
<build >
123
122
</activation >
124
123
<properties >
125
124
<project .build.number>-b${env.BUILD_NUMBER} </project .build.number>
125
+ <project .fullVersion>${project.version}${project.build.number} </project .fullVersion>
126
126
</properties >
127
127
</profile >
128
128
134
134
<value >true</value >
135
135
</property >
136
136
</activation >
137
+ <properties >
138
+ <project .fullVersion>${project.version} </project .fullVersion>
139
+ </properties >
137
140
<build >
138
141
<plugins >
139
142
<plugin >
Original file line number Diff line number Diff line change 1
1
name : ProtocolLib
2
- version : ${project.version}${project.build.number }
2
+ version : ${project.fullVersion }
3
3
description : Provides read/write access to the Minecraft protocol.
4
4
authors : [dmulloy2, comphenix]
5
5
You can’t perform that action at this time.
0 commit comments