diff --git a/README.md b/README.md
index 81a9e86..78ee10e 100644
--- a/README.md
+++ b/README.md
@@ -26,28 +26,18 @@ git clone https://github.com/ProxioDev/RedisBungee.git
cd RedisBungee
mvn clean install
```
-If you want to have `RedisBungeeAPI` class
+then to import for bungeecord use:
```
com.imaginarycode.minecraft
- RedisBungee-API
- 0.7.1-SNAPSHOT
- provided
-
-```
-and if you want to use the events Import RedisBungee-BungeeEvents which for bungeecord
-`note: you need API imported too`
-```
-
- com.imaginarycode.minecraft
- RedisBungee-BungeeEvents
- 0.7.1-SNAPSHOT
+ RedisBungee-Bungee
+ 0.7.2-SNAPSHOT
provided
```
## Javadocs
Check out our Java docs on github pages
-https://proxiodev.github.io/RedisBungee-JavaDocs/0.7.0-SNAPSHOT
+https://proxiodev.github.io/RedisBungee-JavaDocs/0.7.2-SNAPSHOT
## Configuration
diff --git a/RedisBungee-API/pom.xml b/RedisBungee-API/pom.xml
index 92e285a..c4e8087 100644
--- a/RedisBungee-API/pom.xml
+++ b/RedisBungee-API/pom.xml
@@ -5,7 +5,7 @@
RedisBungee
com.imaginarycode.minecraft
- 0.7.1-SNAPSHOT
+ 0.7.2-SNAPSHOT
4.0.0
@@ -22,6 +22,7 @@
${project.name}
+
-
-
- com.google.guava
- guava
- 31.1-jre
- compile
-
-
- redis.clients
- jedis
- 4.2.1
- compile
-
-
- org.apache.commons
- commons-pool2
- 2.11.1
- compile
-
-
- com.squareup.okhttp
- okhttp
- 2.7.5
- compile
-
-
- junit
- junit
- 4.13.2
- test
-
-
-
-
8
8
diff --git a/RedisBungee-Bungee/pom.xml b/RedisBungee-Bungee/pom.xml
index f529cc7..78568e1 100644
--- a/RedisBungee-Bungee/pom.xml
+++ b/RedisBungee-Bungee/pom.xml
@@ -5,7 +5,7 @@
RedisBungee
com.imaginarycode.minecraft
- 0.7.1-SNAPSHOT
+ 0.7.2-SNAPSHOT
4.0.0
@@ -39,6 +39,16 @@
1.8
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.3.2
+
+
+ ../javadoc
+ ${project.name}
+
+
org.apache.maven.plugins
maven-shade-plugin
@@ -46,9 +56,7 @@
package
-
- shade
-
+ shade
@@ -103,12 +111,12 @@
com.imaginarycode.minecraft
RedisBungee-API
- 0.7.0-SNAPSHOT
+ ${parent.version}
com.imaginarycode.minecraft
RedisBungee-BungeeEvents
- 0.7.0-SNAPSHOT
+ ${parent.version}
net.md-5
diff --git a/RedisBungee-BungeeEvents/pom.xml b/RedisBungee-BungeeEvents/pom.xml
index 119fea8..c3313f8 100644
--- a/RedisBungee-BungeeEvents/pom.xml
+++ b/RedisBungee-BungeeEvents/pom.xml
@@ -5,7 +5,7 @@
RedisBungee
com.imaginarycode.minecraft
- 0.7.0-SNAPSHOT
+ 0.7.2-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index 4d6c654..3688815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.imaginarycode.minecraft
RedisBungee
pom
- 0.7.1-SNAPSHOT
+ 0.7.2-SNAPSHOT
@@ -26,4 +26,37 @@
RedisBungee-BungeeEvents
+
+
+ com.google.guava
+ guava
+ 31.1-jre
+ compile
+
+
+ redis.clients
+ jedis
+ 4.2.3
+ compile
+
+
+ org.apache.commons
+ commons-pool2
+ 2.11.1
+ compile
+
+
+ com.squareup.okhttp
+ okhttp
+ 2.7.5
+ compile
+
+
+ junit
+ junit
+ 4.13.2
+ test
+
+
+