Merge pull request #146 from Parabot/feature/version-2.6.1

[TASK] Updated to latest version, ready for V2.6.1
This commit is contained in:
Jeroen Ketelaar
2016-11-01 01:01:56 +01:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>2.6.0</version> <version>2.6.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@@ -67,13 +67,13 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.11</version> <version>4.12</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>internal-api</artifactId> <artifactId>internal-api</artifactId>
<version>1.4.41</version> <version>1.4.43</version>
</dependency> </dependency>
</dependencies> </dependencies>