File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ You can also add ProtocolLib as a Maven dependency:
44
44
<repositories>
45
45
<repository>
46
46
<id>dmulloy2-repo</id>
47
- <url>https://repo.dmulloy2.net/nexus/ repository/public/</url>
47
+ <url>https://repo.dmulloy2.net/repository/public/</url>
48
48
</repository>
49
49
...
50
50
</repositories>
@@ -53,7 +53,7 @@ You can also add ProtocolLib as a Maven dependency:
53
53
<dependency>
54
54
<groupId>com.comphenix.protocol</groupId>
55
55
<artifactId>ProtocolLib</artifactId>
56
- <version>4.5 .0</version>
56
+ <version>4.6 .0</version>
57
57
</dependency>
58
58
</dependencies>
59
59
````
@@ -62,11 +62,11 @@ Or use the maven dependency with gradle:
62
62
63
63
``` gradle
64
64
repositories {
65
- maven { url "https://repo.dmulloy2.net/nexus/ repository/public/" }
65
+ maven { url "https://repo.dmulloy2.net/repository/public/" }
66
66
}
67
67
68
68
dependencies {
69
- compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.5 .0";
69
+ compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.6 .0";
70
70
}
71
71
```
72
72
Original file line number Diff line number Diff line change 4
4
<groupId >com.comphenix.protocol</groupId >
5
5
<artifactId >ProtocolLib</artifactId >
6
6
<name >ProtocolLib</name >
7
- <version >4.6.0-SNAPSHOT </version >
7
+ <version >4.6.0</version >
8
8
9
9
<description >Provides read/write access to the Minecraft protocol.</description >
10
10
<url >https://github.com/dmulloy2/ProtocolLib</url >
147
147
</activation >
148
148
<properties >
149
149
<project .build.number>-b${env.BUILD_NUMBER} </project .build.number>
150
- <project .fullVersion>${project.version}${project.build.number} </project .fullVersion>
151
- <!-- < project.fullVersion>${project.version}</project.fullVersion> -- >
150
+ <!-- < project.fullVersion>${project.version}${project.build.number}</project.fullVersion> -- >
151
+ <project .fullVersion>${project.version} </project .fullVersion>
152
152
</properties >
153
153
</profile >
154
154
You can’t perform that action at this time.
0 commit comments