[TASK] Set versions in examples correctly

This commit is contained in:
JKetelaar
2015-12-30 17:49:42 +01:00
parent 48e51bb873
commit 3a056d2d93
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>2.4.1</version> <version>2.4.1.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
+1 -1
View File
@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>2.4.1</version> <version>2.4.1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.parabot</groupId> <groupId>org.parabot</groupId>
+1 -1
View File
@@ -9,7 +9,7 @@
"client":{ "client":{
"groupId":"org.parabot", "groupId":"org.parabot",
"artifactId":"client", "artifactId":"client",
"version":"2.4.1" "version":"2.4.1.1"
} }
} }
} }