@@ -50,7 +50,7 @@ It includes all binaries for the supported platforms
5050<dependency >
5151 <groupId >ws.schild</groupId >
5252 <artifactId >jave-all-deps</artifactId >
53- <version >3.3.0-SNAPSHOT </version >
53+ <version >3.3.0</version >
5454</dependency >
5555```
5656
@@ -64,7 +64,7 @@ Include the following in your pom files.
6464<dependency >
6565 <groupId >ws.schild</groupId >
6666 <artifactId >jave-core</artifactId >
67- <version >3.3.0-SNAPSHOT </version >
67+ <version >3.3.0</version >
6868</dependency >
6969```
7070
@@ -75,7 +75,7 @@ and then the specific jar(s) for your platform(s) :
7575<dependency >
7676 <groupId >ws.schild</groupId >
7777 <artifactId >jave-nativebin-linux64</artifactId >
78- <version >3.3.0-SNAPSHOT </version >
78+ <version >3.3.0</version >
7979</dependency >
8080```
8181
@@ -84,7 +84,7 @@ and then the specific jar(s) for your platform(s) :
8484<dependency >
8585 <groupId >ws.schild</groupId >
8686 <artifactId >jave-nativebin-linux-arm64</artifactId >
87- <version >3.3.0-SNAPSHOT </version >
87+ <version >3.3.0</version >
8888</dependency >
8989```
9090
@@ -93,7 +93,7 @@ and then the specific jar(s) for your platform(s) :
9393<dependency >
9494 <groupId >ws.schild</groupId >
9595 <artifactId >jave-nativebin-linux-arm32</artifactId >
96- <version >3.3.0-SNAPSHOT </version >
96+ <version >3.3.0</version >
9797</dependency >
9898```
9999
@@ -102,7 +102,7 @@ and then the specific jar(s) for your platform(s) :
102102<dependency >
103103 <groupId >ws.schild</groupId >
104104 <artifactId >jave-nativebin-win64</artifactId >
105- <version >3.3.0-SNAPSHOT </version >
105+ <version >3.3.0</version >
106106</dependency >
107107```
108108
@@ -111,7 +111,7 @@ and then the specific jar(s) for your platform(s) :
111111<dependency >
112112 <groupId >ws.schild</groupId >
113113 <artifactId >jave-nativebin-osx64</artifactId >
114- <version >3.3.0-SNAPSHOT </version >
114+ <version >3.3.0</version >
115115</dependency >
116116```
117117
@@ -120,13 +120,13 @@ and then the specific jar(s) for your platform(s) :
120120It includes all binaries for the supported platforms
121121
122122``` XML
123- compile group: 'ws.schild', name: 'jave-all-deps', version: '3.3.0-SNAPSHOT '
123+ compile group: 'ws.schild', name: 'jave-all-deps', version: '3.3.0'
124124```
125125
126126### For one platform only (Linux 64Bit in this case)
127127``` XML
128- compile group: 'ws.schild', name: 'jave-core', version: '3.3.0-SNAPSHOT '
129- compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.3.0-SNAPSHOT '
128+ compile group: 'ws.schild', name: 'jave-core', version: '3.3.0'
129+ compile group: 'ws.schild', name: 'jave-nativebin-linux64', version: '3.3.0'
130130```
131131
132132### Main Components of Jave2
0 commit comments