@@ -46,7 +46,7 @@ It includes all binaries for the supported platforms
4646<dependency >
4747 <groupId >ws.schild</groupId >
4848 <artifactId >jave-all-deps</artifactId >
49- <version >2.7.0 </version >
49+ <version >2.7.1 </version >
5050</dependency >
5151```
5252
@@ -60,7 +60,7 @@ Generally if you want to use for one platform or more what you have to do is add
6060<dependency >
6161 <groupId >ws.schild</groupId >
6262 <artifactId >jave-core</artifactId >
63- <version >2.7.0 </version >
63+ <version >2.7.1 </version >
6464</dependency >
6565```
6666
@@ -71,7 +71,7 @@ and then the specific jar(s) for your platform(s) :
7171<dependency >
7272 <groupId >ws.schild</groupId >
7373 <artifactId >jave-nativebin-linux64</artifactId >
74- <version >2.7.0 </version >
74+ <version >2.7.1 </version >
7575</dependency >
7676```
7777
@@ -80,7 +80,7 @@ and then the specific jar(s) for your platform(s) :
8080<dependency >
8181 <groupId >ws.schild</groupId >
8282 <artifactId >jave-nativebin-win64</artifactId >
83- <version >2.7.0 </version >
83+ <version >2.7.1 </version >
8484</dependency >
8585```
8686
@@ -89,7 +89,7 @@ and then the specific jar(s) for your platform(s) :
8989<dependency >
9090 <groupId >ws.schild</groupId >
9191 <artifactId >jave-nativebin-osx64</artifactId >
92- <version >2.7.0 </version >
92+ <version >2.7.1 </version >
9393</dependency >
9494```
9595
@@ -98,13 +98,13 @@ and then the specific jar(s) for your platform(s) :
9898It includes all binaries for the supported platforms
9999
100100``` XML
101- compile group: 'ws.schild', name: 'jave-all-deps', version: '2.7.0 '
101+ compile group: 'ws.schild', name: 'jave-all-deps', version: '2.7.1 '
102102```
103103
104104### For one platform only (Linux 64Bit in this case)
105105``` XML
106- compile group: 'ws.schild', name: 'jave-core', version: '2.7.0 '
107- compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '2.7.0 '
106+ compile group: 'ws.schild', name: 'jave-core', version: '2.7.1 '
107+ compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '2.7.1 '
108108```
109109
110110### Main Components of Jave2
0 commit comments