[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.
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:
```
~```
<repositories>
<repository>
<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>
<groupId>org.parabot</groupId>
<artifactId>client</artifactId>
<version>2.2</version>
<version>2.</version>
</dependency>
<dependency>
<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>
</dependency>
</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)**