[CLEANUP] Set Maven to latest version

This commit is contained in:
JKetelaar
2016-06-26 19:23:16 +02:00
parent 05125cb4c0
commit 47a8c49b8a
+3 -3
View File
@@ -24,7 +24,7 @@ If you'd like to have either or both the client and the API in your project, use
<repository>
<id>git-parabot</id>
<name>Parabot's Git based repo</name>
<url>https://github.com/parabot/Maven-Repository/raw/master/</url>
<url>https://maven.parabot.org/</url>
</repository>
</repositories>
@@ -32,12 +32,12 @@ If you'd like to have either or both the client and the API in your project, use
<dependency>
<groupId>org.parabot</groupId>
<artifactId>client</artifactId>
<version>2.</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.parabot</groupId>
<artifactId>317provider</artifactId>
<version>1.0</version>
<version>1.14</version>
</dependency>
</dependencies>
```