File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed 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 >3.6.5-SNAPSHOT </version >
6
+ <version >3.6.5</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 >
17
17
</parent >
18
18
19
19
<properties >
20
- <project .build.sourceEncoding>cp1252 </project .build.sourceEncoding>
20
+ <project .build.sourceEncoding>UTF-8 </project .build.sourceEncoding>
21
21
<project .build.number></project .build.number>
22
22
</properties >
23
23
Original file line number Diff line number Diff line change 1
1
name : ProtocolLib
2
- version : ${project.version}${project.build.number}
2
+ # version: ${project.version}${project.build.number}
3
+ version : ${project.version}
3
4
description : Provides read/write access to the Minecraft protocol.
4
5
authors : [dmulloy2, comphenix]
5
6
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >ProtocolLib-v1_7_R4</artifactId >
5
5
<name >ProtocolLib-v1_7_R4</name >
6
- <version >3.6.5-SNAPSHOT </version >
6
+ <version >3.6.5</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 >
17
17
</parent >
18
18
19
19
<properties >
20
- <project .build.sourceEncoding>cp1252 </project .build.sourceEncoding>
20
+ <project .build.sourceEncoding>UTF-8 </project .build.sourceEncoding>
21
21
<project .build.number></project .build.number>
22
22
</properties >
23
23
You can’t perform that action at this time.
0 commit comments