Update version to 3.6.6-SNAPSHOT
Dieser Commit ist enthalten in:
Ursprung
11cb603130
Commit
f01b3999ff
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>ProtocolLib</artifactId>
|
<artifactId>ProtocolLib</artifactId>
|
||||||
<name>ProtocolLib</name>
|
<name>ProtocolLib</name>
|
||||||
<version>3.6.5</version>
|
<version>3.6.6-SNAPSHOT</version>
|
||||||
|
|
||||||
<description>Provides read/write access to the Minecraft protocol.</description>
|
<description>Provides read/write access to the Minecraft protocol.</description>
|
||||||
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
||||||
@ -229,7 +229,7 @@
|
|||||||
<developer>
|
<developer>
|
||||||
<id>dmulloy2</id>
|
<id>dmulloy2</id>
|
||||||
<name>Dan Mulloy</name>
|
<name>Dan Mulloy</name>
|
||||||
<url>http://shadowvolt.com/</url>
|
<url>http://dmulloy2.net/</url>
|
||||||
<roles>
|
<roles>
|
||||||
<role>developer</role>
|
<role>developer</role>
|
||||||
<role>maintainer</role>
|
<role>maintainer</role>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
name: ProtocolLib
|
name: ProtocolLib
|
||||||
#version: ${project.version}${project.build.number}
|
version: ${project.version}${project.build.number}
|
||||||
version: ${project.version}
|
|
||||||
description: Provides read/write access to the Minecraft protocol.
|
description: Provides read/write access to the Minecraft protocol.
|
||||||
authors: [dmulloy2, comphenix]
|
authors: [dmulloy2, comphenix]
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.comphenix.protocol</groupId>
|
<groupId>com.comphenix.protocol</groupId>
|
||||||
<artifactId>ProtocolLib</artifactId>
|
<artifactId>ProtocolLib</artifactId>
|
||||||
<version>3.6.4</version>
|
<version>3.6.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
````
|
````
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>ProtocolLib-v1_7_R4</artifactId>
|
<artifactId>ProtocolLib-v1_7_R4</artifactId>
|
||||||
<name>ProtocolLib-v1_7_R4</name>
|
<name>ProtocolLib-v1_7_R4</name>
|
||||||
<version>3.6.5</version>
|
<version>3.6.6-SNAPSHOT</version>
|
||||||
|
|
||||||
<description>Provides read/write access to the Minecraft protocol.</description>
|
<description>Provides read/write access to the Minecraft protocol.</description>
|
||||||
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren