mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-11-27 13:15:52 +01:00
Update to 4.7.0
This commit is contained in:
parent
95a884974a
commit
8175443da0
@ -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>4.6.0</version>
|
<version>4.7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
````
|
````
|
||||||
@ -66,7 +66,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.6.0";
|
compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.7.0";
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
6
pom.xml
6
pom.xml
@ -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.7.0-SNAPSHOT</version>
|
<version>4.7.0</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>
|
||||||
@ -150,8 +150,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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user