[CLEANUP] Highlighted reference to latest POMs

This commit is contained in:
JKetelaar
2015-10-17 23:45:09 +02:00
parent 64964819e4
commit e7abd83bf0
+4 -4
View File
@@ -17,7 +17,7 @@ If you've an issues regarding the bot itself, please report them [here](https://
Parabot supports Maven as of September 2015. All information is included in the POM.xml. Parabot supports Maven as of September 2015. All information is included in the POM.xml.
The API that is supported by Parabot is also published on a Maven repository. The API that is supported by Parabot is also published on a Maven repository.
If you'd like to have either or both the client and the API in your project, use the following repository and dependecy tags: If you'd like to have either or both the client and the API in your project, use the following repository and dependecy tags:
``` ~```
<repositories> <repositories>
<repository> <repository>
<id>git-parabot</id> <id>git-parabot</id>
@@ -30,7 +30,7 @@ If you'd like to have either or both the client and the API in your project, use
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>2.2</version> <version>2.</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
@@ -38,5 +38,5 @@ If you'd like to have either or both the client and the API in your project, use
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```~
For the latest versions of our dependencies, please check our examples on [the Maven Repository](https://github.com/Parabot/Maven-Repository/tree/master/examples) **For the latest versions of our dependencies, please check our examples on [the Maven Repository](https://github.com/Parabot/Maven-Repository/tree/master/examples)**