diff --git a/Readme.md b/Readme.md
index 0d4c31b9..8470eb77 100644
--- a/Readme.md
+++ b/Readme.md
@@ -52,8 +52,8 @@ You can also add ProtocolLib as a Maven dependency:
com.comphenix.protocol
- ProtocolLib
- 4.3.0
+ ProtocolLib-API
+ 4.4.0
````
@@ -66,7 +66,7 @@ repositories {
}
dependencies {
- compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.3.0";
+ compileOnly group: "com.comphenix.protocol", name: "ProtocolLib", version: "4.4.0";
}
```
@@ -167,9 +167,3 @@ It's likely that I won't have to update ProtocolLib for anything but bug fixes a
How is this possible? It all comes down to reflection in the end. Essentially, no name is hard coded -
every field, method and class is deduced by looking at field types, package names or parameter
types. It's remarkably consistent across different versions.
-
-
-### Incompatibility
-
-The following plugins (to be expanded) are not compatible with ProtocolLib:
-* TagAPI
diff --git a/pom.xml b/pom.xml
index f2950ed0..6ae6c599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,18 +24,18 @@
dmulloy2-releases
- http://repo.dmulloy2.net/content/repositories/releases/
+ http://repo.dmulloy2.net/nexus/repository/releases/
dmulloy2-snapshots
- http://repo.dmulloy2.net/content/repositories/snapshots/
+ http://repo.dmulloy2.net/nexus/repository/snapshots/
dmulloy2-repo
- http://repo.dmulloy2.net/content/groups/public/
+ http://repo.dmulloy2.net/nexus/repository/public/
spigot-repo