Skip to content

Commit 0d8fe6e

Browse files
committed
Updated readme with 3.0.0 version
1 parent 6eec976 commit 0d8fe6e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3</version>
49+
<version>3.0.0</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.3</version>
63+
<version>3.0.0</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.3</version>
74+
<version>3.0.0</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-linux-arm64</artifactId>
83-
<version>2.7.3</version>
83+
<version>3.0.0</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-win64</artifactId>
92-
<version>2.7.3</version>
92+
<version>3.0.0</version>
9393
</dependency>
9494
```
9595

@@ -98,7 +98,7 @@ and then the specific jar(s) for your platform(s) :
9898
<dependency>
9999
<groupId>ws.schild</groupId>
100100
<artifactId>jave-nativebin-osx64</artifactId>
101-
<version>2.7.3</version>
101+
<version>3.0.0</version>
102102
</dependency>
103103
```
104104

@@ -107,13 +107,13 @@ and then the specific jar(s) for your platform(s) :
107107
It includes all binaries for the supported platforms
108108

109109
``` XML
110-
compile group: 'ws.schild', name: 'jave-all-deps', version: '2.7.3'
110+
compile group: 'ws.schild', name: 'jave-all-deps', version: '3.0.0'
111111
```
112112

113113
### For one platform only (Linux 64Bit in this case)
114114
``` XML
115-
compile group: 'ws.schild', name: 'jave-core', version: '2.7.3'
116-
compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '2.7.3'
115+
compile group: 'ws.schild', name: 'jave-core', version: '3.0.0'
116+
compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.0.0'
117117
```
118118

119119
### Main Components of Jave2

0 commit comments

Comments
 (0)