|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>ws.schild</groupId>
|
7 | 7 | <packaging>jar</packaging>
|
8 |
| - <version>3.0.0</version> |
| 8 | + <version>3.0.1</version> |
9 | 9 | <artifactId>jave-all-deps</artifactId>
|
10 | 10 | <name>Jave all native dependencies package</name>
|
11 | 11 | <description>The JAVE (Java Audio Video Encoder) library is Java wrapper on the
|
|
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
38 | 38 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
39 | 39 | <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
|
40 |
| - <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
| 40 | + <maven-deploy-plugin.version>3.0.1-M1</maven-deploy-plugin.version> |
41 | 41 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
42 | 42 | <maven-source-plugin.version>3.1.0</maven-source-plugin.version>
|
43 | 43 | <maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
|
|
154 | 154 | <dependency>
|
155 | 155 | <groupId>ws.schild</groupId>
|
156 | 156 | <artifactId>jave-core</artifactId>
|
157 |
| - <version>3.0.0</version> |
| 157 | + <version>3.0.1</version> |
158 | 158 | </dependency>
|
159 | 159 | <dependency>
|
160 | 160 | <groupId>ws.schild</groupId>
|
161 | 161 | <artifactId>jave-nativebin-win32</artifactId>
|
162 |
| - <version>3.0.0</version> |
| 162 | + <version>3.0.1</version> |
163 | 163 | </dependency>
|
164 | 164 | <dependency>
|
165 | 165 | <groupId>ws.schild</groupId>
|
166 | 166 | <artifactId>jave-nativebin-win64</artifactId>
|
167 |
| - <version>3.0.0</version> |
| 167 | + <version>3.0.1</version> |
168 | 168 | </dependency>
|
169 | 169 | <dependency>
|
170 | 170 | <groupId>ws.schild</groupId>
|
171 | 171 | <artifactId>jave-nativebin-linux32</artifactId>
|
172 |
| - <version>3.0.0</version> |
| 172 | + <version>3.0.1</version> |
173 | 173 | </dependency>
|
174 | 174 | <dependency>
|
175 | 175 | <groupId>ws.schild</groupId>
|
176 | 176 | <artifactId>jave-nativebin-linux64</artifactId>
|
177 |
| - <version>3.0.0</version> |
| 177 | + <version>3.0.1</version> |
178 | 178 | </dependency>
|
179 | 179 | <dependency>
|
180 | 180 | <groupId>ws.schild</groupId>
|
181 | 181 | <artifactId>jave-nativebin-osx64</artifactId>
|
182 |
| - <version>3.0.0</version> |
| 182 | + <version>3.0.1</version> |
183 | 183 | </dependency>
|
184 | 184 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
|
185 | 185 | <dependency>
|
|
0 commit comments